We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d238d commit 5cfb1edCopy full SHA for 5cfb1ed
build.sbt
@@ -93,6 +93,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
93
// Scala.js cannot run forked tests
94
Test / fork := false
95
)
96
+ .jvmEnablePlugins(SbtOsgi)
97
.jsEnablePlugins(ScalaJSJUnitPlugin)
98
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
99
.nativeSettings(
0 commit comments