We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42367b7 commit 8f2daefCopy full SHA for 8f2daef
build.sbt
@@ -22,6 +22,7 @@ lazy val proj = crossProject(JSPlatform, JVMPlatform)
22
.crossType(CrossType.Pure)
23
.in(file("."))
24
.settings(sharedSettings)
25
+ .jvmEnablePlugins(SbtOsgi)
26
// until we have actually published for Scala.js. this is also why,
27
// for now, release.yml does just `proj/versionCheck` instead of `versionCheck`
28
.jvmSettings(versionPolicyIntention := Compatibility.BinaryAndSourceCompatible)
0 commit comments