Skip to content

Commit d129747

Browse files
committed
add Automatic-Module-Name
1 parent 806ae6e commit d129747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ lazy val scalaJava8Compat = (project in file("."))
5757
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
5858
.settings(commonSettings)
5959
.settings(
60-
name := "scala-java8-compat"
60+
name := "scala-java8-compat",
61+
scalaModuleAutomaticModuleName := Some("scala.compat.java8"),
6162
)
6263
.settings(
6364
fork := true, // This must be set so that runner task is forked when it runs fnGen and the compiler gets a proper classpath

0 commit comments

Comments
 (0)