Skip to content

Commit 6bd6fdc

Browse files
authored
Merge pull request scala#137 from scala-steward/update/sbt-scala-module-2.3.0
2 parents 2abb875 + 9bfceb5 commit 6bd6fdc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
1313
.settings(ScalaModulePlugin.scalaModuleSettings)
1414
.settings(
1515
name := "scala-collection-contrib",
16+
scalaModuleAutomaticModuleName := Some("scala.collection.contrib"),
1617
scalacOptions ++= Seq("-opt-warnings", "-language:higherKinds", "-deprecation", "-feature", "-Xfatal-warnings"),
1718
scalacOptions in (Compile, doc) ++= Seq("-implicits", "-groups"),
1819
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalaJSVersion =
22
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.5.1")
33

4-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
4+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
55

66
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)