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 @@ -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"
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments