8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb29f8 commit f39488aCopy full SHA for f39488a
build.sbt
@@ -19,6 +19,7 @@ lazy val root = project.in(file("."))
19
20
lazy val `scala-parser-combinators` = crossProject.in(file(".")).
21
settings(scalaModuleSettings: _*).
22
+ jvmSettings(scalaModuleSettingsJVM).
23
settings(
24
name := "scala-parser-combinators-root",
25
apiMappings += (scalaInstance.value.libraryJar ->
project/plugins.sbt
@@ -1,3 +1,3 @@
1
-addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.10")
2
3
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
0 commit comments