Skip to content

Commit 8f2daef

Browse files
committed
osgi change needed for sbt-scala-module 3.2.0 upgrade
1 parent 42367b7 commit 8f2daef

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
@@ -22,6 +22,7 @@ lazy val proj = crossProject(JSPlatform, JVMPlatform)
2222
.crossType(CrossType.Pure)
2323
.in(file("."))
2424
.settings(sharedSettings)
25+
.jvmEnablePlugins(SbtOsgi)
2526
// until we have actually published for Scala.js. this is also why,
2627
// for now, release.yml does just `proj/versionCheck` instead of `versionCheck`
2728
.jvmSettings(versionPolicyIntention := Compatibility.BinaryAndSourceCompatible)

0 commit comments

Comments
 (0)