Skip to content

Commit 41e54e1

Browse files
Update sbt-osgi to 0.9.6 (#103)
1 parent ddbdcac commit 41e54e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "sbt-scala-module"
44
organization := "org.scala-lang.modules"
55
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
66

7-
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
7+
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
88
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
1010
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions

0 commit comments

Comments
 (0)