Skip to content

Commit 5e90401

Browse files
committed
add Automatic-Module-Name to manifest
1 parent a1606f6 commit 5e90401

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
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
1516
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
1617
case Some((3, _)) => None

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.0")
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)