Skip to content

Commit 7ea8a7e

Browse files
committed
Enable SbtOsgi plugin
1 parent 5e4076a commit 7ea8a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
129129
Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test)
130130
}),
131131
)
132+
.jvmEnablePlugins(SbtOsgi)
132133
.jsSettings(
133134
versionPolicyCheck / skip := true,
134135
versionCheck / skip := true,

0 commit comments

Comments
 (0)