Skip to content

Commit 5cfb1ed

Browse files
committed
Enable SbtOsgi plugin
1 parent 88d238d commit 5cfb1ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
9393
// Scala.js cannot run forked tests
9494
Test / fork := false
9595
)
96+
.jvmEnablePlugins(SbtOsgi)
9697
.jsEnablePlugins(ScalaJSJUnitPlugin)
9798
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
9899
.nativeSettings(

0 commit comments

Comments
 (0)