We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8739405 commit da10c6cCopy full SHA for da10c6c
build.sbt
@@ -21,7 +21,6 @@ initialCommands := """|import com.typesafe.scalalogging._
21
22
// OSGi
23
24
-import com.typesafe.sbt.osgi.SbtOsgi
25
enablePlugins(SbtOsgi)
26
osgiSettings
27
OsgiKeys.bundleSymbolicName := "com.typesafe.scala-logging"
project/plugins.sbt
@@ -1,3 +1,3 @@
1
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
2
-addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.11")
+addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
3
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
0 commit comments