Skip to content

Commit 123f2cc

Browse files
committed
Update scala-java8-compat to 1.0.2
1 parent dfc282c commit 123f2cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Dependencies {
2525
val coursierInterfaceV = "1.0.9"
2626
val commontTextV = "1.10.0"
2727
val googleDiffV = "1.3.0"
28-
val java8CompatV = "0.9.1"
28+
val java8CompatV = "1.0.2"
2929
val jgitV = "5.13.1.202206130422-r"
3030
val metaconfigFor211V = "0.9.10" // metaconfig stops publishing for scala 2.11
3131
val metaconfigV = "0.11.1"

project/ScalafixBuild.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
197197
// TODO: remove after 0.10.5
198198
libraryDependencySchemes += "com.geirsson" %% "metaconfig-core" % "always",
199199
libraryDependencySchemes += "com.geirsson" %% "metaconfig-pprint" % "always",
200-
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always"
200+
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always",
201+
// 0.9.1 -> 1.0.2 is fine, see https://github.com/scala/scala-java8-compat/issues/247
202+
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always"
201203
)
202204

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

0 commit comments

Comments
 (0)