File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ lazy val scalaJava8Compat = (project in file("."))
57
57
.settings(ScalaModulePlugin .scalaModuleOsgiSettings)
58
58
.settings(commonSettings)
59
59
.settings(
60
- name := " scala-java8-compat"
60
+ name := " scala-java8-compat" ,
61
+ scalaModuleAutomaticModuleName := Some (" scala.compat.java8" ),
61
62
)
62
63
.settings(
63
64
fork := true , // This must be set so that runner task is forked when it runs fnGen and the compiler gets a proper classpath
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.4 " )
1
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.0 " )
2
2
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments