Skip to content

Commit e5cb122

Browse files
committed
Enable SbtOsgi plugin
1 parent 84618da commit e5cb122

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
@@ -10,6 +10,7 @@ ThisBuild / versionPolicyIntention := Compatibility.None // 3.0.0
1010

1111
lazy val swing = project.in(file("."))
1212
.settings(ScalaModulePlugin.scalaModuleSettings)
13+
.enablePlugins(SbtOsgi)
1314
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
1415
.settings(
1516
name := "scala-swing",

0 commit comments

Comments
 (0)