Skip to content

Commit 87fb44f

Browse files
authored
Merge pull request #1719 from scalacenter/update/scala-java8-compat-1.0.2
Update scala-java8-compat to 1.0.2
2 parents 84b871a + 123f2cc commit 87fb44f

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
@@ -24,7 +24,7 @@ object Dependencies {
2424
val coursierInterfaceV = "1.0.15"
2525
val commontTextV = "1.10.0"
2626
val googleDiffV = "1.3.0"
27-
val java8CompatV = "0.9.1"
27+
val java8CompatV = "1.0.2"
2828
val jgitV = "5.13.1.202206130422-r"
2929
val metaconfigV = "0.11.1"
3030
val pprintV = "0.6.6" // don't bump, rules built against metaconfig 0.9.15 or earlier would not link

project/ScalafixBuild.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
189189
// TODO: remove after 0.10.5
190190
libraryDependencySchemes += "com.geirsson" %% "metaconfig-core" % "always",
191191
libraryDependencySchemes += "com.geirsson" %% "metaconfig-pprint" % "always",
192-
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always"
192+
libraryDependencySchemes += "com.geirsson" %% "metaconfig-typesafe-config" % "always",
193+
// 0.9.1 -> 1.0.2 is fine, see https://github.com/scala/scala-java8-compat/issues/247
194+
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always"
193195
)
194196

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

0 commit comments

Comments
 (0)