We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fef59 commit a88b05bCopy full SHA for a88b05b
build.sbt
@@ -2,6 +2,7 @@ ScalaModulePlugin.scalaModuleSettings
2
ScalaModulePlugin.scalaModuleOsgiSettings
3
4
name := "scala-async"
5
+scalaModuleAutomaticModuleName := Some("scala.async")
6
7
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
8
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
0 commit comments