From 5e4076a68ab273281468c492514c8aec230b1522 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 21:59:49 +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 9bd4947d..90d38927 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.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") From 7ea8a7e3bd877819bc7c13c272aa978c097f0abe Mon Sep 17 00:00:00 2001 From: philippus Date: Mon, 21 Oct 2024 19:28:29 +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 333a4014..fb67181d 100644 --- a/build.sbt +++ b/build.sbt @@ -129,6 +129,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test) }), ) + .jvmEnablePlugins(SbtOsgi) .jsSettings( versionPolicyCheck / skip := true, versionCheck / skip := true,