Skip to content

Commit 828399d

Browse files
Update sbt-osgi to 0.9.8 (#178)
1 parent bdb28fd commit 828399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.typesafe.sbt" % "sbt-osgi" % "0.9.6")
10+
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.8")
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" % "2.1.3") // brings in MiMa

0 commit comments

Comments
 (0)