Skip to content

Commit f39488a

Browse files
committed
Update to sbt-scala-module 1.0.10
This release splits up the jvm-specific settings to a new name that needs to be added only to the JVM projects.
1 parent 2cb29f8 commit f39488a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ lazy val root = project.in(file("."))
1919

2020
lazy val `scala-parser-combinators` = crossProject.in(file(".")).
2121
settings(scalaModuleSettings: _*).
22+
jvmSettings(scalaModuleSettingsJVM).
2223
settings(
2324
name := "scala-parser-combinators-root",
2425
apiMappings += (scalaInstance.value.libraryJar ->

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.10")
22

33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")

0 commit comments

Comments
 (0)