From 7ea8a7e3bd877819bc7c13c272aa978c097f0abe Mon Sep 17 00:00:00 2001 From: philippus Date: Mon, 21 Oct 2024 19:28:29 +0200 Subject: [PATCH] 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,