Skip to content

Commit

Permalink
Update scala-java8-compat to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Apr 15, 2023
1 parent dfc282c commit 00ba74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val coursierInterfaceV = "1.0.9"
val commontTextV = "1.10.0"
val googleDiffV = "1.3.0"
val java8CompatV = "0.9.1"
val java8CompatV = "1.0.2"
val jgitV = "5.13.1.202206130422-r"
val metaconfigFor211V = "0.9.10" // metaconfig stops publishing for scala 2.11
val metaconfigV = "0.11.1"
Expand Down
4 changes: 3 additions & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
// TODO: remove after 0.10.5
libraryDependencySchemes += "com.geirsson" %% "metaconfig-core" % "always",
libraryDependencySchemes += "com.geirsson" %% "metaconfig-pprint" % "always",
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always"
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always",
// 0.9.1 -> 1.0.2 is fine, see https://github.com/scala/scala-java8-compat/issues/247
libraryDependencySchemes += " org.scala-lang.modules" %% "scala-java8-compat" % "always"
)

override def projectSettings: Seq[Def.Setting[_]] = List(
Expand Down

0 comments on commit 00ba74d

Please sign in to comment.