Skip to content

Commit e365bf7

Browse files
committed
Add Automatic-Module-Name to manifest
1 parent 0366d7e commit e365bf7

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
@@ -18,6 +18,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
1818
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
1919
.settings(
2020
ScalaModulePlugin.scalaModuleSettings,
21+
scalaModuleAutomaticModuleName := Some("scala.collection.next"),
2122
scalaModuleMimaPreviousVersion := None,
2223
scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"),
2324
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)