From 88d238dd57972541775b1e0822e6aae0087bd49a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 21:59:37 +0000 Subject: [PATCH 1/2] Update sbt-scala-module to 3.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 5cfb1edfd3615a3bca4fe1f452e4b1544f2ab759 Mon Sep 17 00:00:00 2001 From: philippus Date: Mon, 21 Oct 2024 08:38:31 +0200 Subject: [PATCH 2/2] Enable SbtOsgi plugin --- build.sbt | 1 + 1 file changed, 1 insertion(+) 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(