Skip to content

Commit 4a870f4

Browse files
Update sbt-osgi to 0.10.0 (#188)
1 parent c4f7cab commit 4a870f4

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
@@ -7,7 +7,7 @@ homepage := Some(url("https://github.com/scala/sbt-scala-module"))
77
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
88
developers := List(Developer("", "", "", url("https://scala-lang.org")))
99

10-
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.11")
10+
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
1111
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1212
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // set version, scmInfo, publishing settings
1313
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0") // brings in MiMa

0 commit comments

Comments
 (0)