Skip to content

Commit 9e3cfb8

Browse files
authored
Merge pull request #392 from scala-steward/update/sbt-scala-module-2.3.1
2 parents 630b3f0 + a3f4d5d commit 9e3cfb8

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
@@ -11,6 +11,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
1111
.settings(
1212
ScalaModulePlugin.scalaModuleSettings,
1313
name := "scala-parser-combinators",
14+
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
1415

1516
// once https://github.com/lightbend/mima/issues/630 is fixed and sbt-scala-module
1617
// adopts the fixed version, we'll be able to just do:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val scalaJSVersion =
44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
66

7-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
7+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.1")
88

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

0 commit comments

Comments
 (0)