Skip to content

Commit a88b05b

Browse files
committed
add Automatic-Module-Name
1 parent 88fef59 commit a88b05b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ScalaModulePlugin.scalaModuleSettings
22
ScalaModulePlugin.scalaModuleOsgiSettings
33

44
name := "scala-async"
5+
scalaModuleAutomaticModuleName := Some("scala.async")
56

67
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
78
libraryDependencies += "junit" % "junit" % "4.13.2" % Test

0 commit comments

Comments
 (0)