Skip to content

Commit

Permalink
update scala-java8-compat 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlachkar committed May 11, 2020
1 parent 186a272 commit f518cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy val cli = project
mainClass in assembly := Some("scalafix.v1.Main"),
assemblyJarName in assembly := "scalafix.jar",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.0",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1",
"com.martiansoftware" % "nailgun-server" % "0.9.1",
jgit,
"ch.qos.logback" % "logback-classic" % "1.2.3",
Expand Down

0 comments on commit f518cb8

Please sign in to comment.