diff --git a/build.sbt b/build.sbt index 82eb198a..f17e661c 100644 --- a/build.sbt +++ b/build.sbt @@ -93,6 +93,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor // Scala.js cannot run forked tests Test / fork := false ) + .jvmEnablePlugins(SbtOsgi) .jsEnablePlugins(ScalaJSJUnitPlugin) .nativeEnablePlugins(ScalaNativeJUnitPlugin) .nativeSettings( diff --git a/project/plugins.sbt b/project/plugins.sbt index a8bbcd8f..39bcc348 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")