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 @@ -25,7 +25,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2525 .crossType(CrossType .Full )
2626 .in(file(" ." ))
2727 .settings(ScalaModulePlugin .scalaModuleSettings)
28- .jvmSettings(ScalaModulePlugin .scalaModuleSettingsJVM )
28+ .jvmSettings(ScalaModulePlugin .scalaModuleOsgiSettings )
2929 .settings(
3030 name := " scala-xml" ,
3131
Original file line number Diff line number Diff line change 11val scalaJSVersion =
22 Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.32" )
33
4- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.4 " )
4+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.0 " )
55addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0.0" )
66addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
77addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.0" )
You can’t perform that action at this time.
0 commit comments