File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
3
3
lazy val parserCombinators = crossProject(JVMPlatform , JSPlatform , NativePlatform )
4
4
.withoutSuffixFor(JVMPlatform ).in(file(" ." ))
5
5
.settings(ScalaModulePlugin .scalaModuleSettings)
6
- .jvmSettings(ScalaModulePlugin .scalaModuleSettingsJVM )
6
+ .jvmSettings(ScalaModulePlugin .scalaModuleOsgiSettings )
7
7
.settings(
8
8
name := " scala-parser-combinators" ,
9
9
scalaModuleMimaPreviousVersion := None ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val scalaJSVersion =
4
4
val scalaNativeVersion =
5
5
Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
6
6
7
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.4 " )
7
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.0 " )
8
8
9
9
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0.0" )
10
10
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
You can’t perform that action at this time.
0 commit comments