File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments