We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb28fd commit 828399dCopy full SHA for 828399d
build.sbt
@@ -7,7 +7,7 @@ homepage := Some(url("https://github.com/scala/sbt-scala-module"))
7
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
8
developers := List(Developer("", "", "", url("https://scala-lang.org")))
9
10
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
+addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.8")
11
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
12
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // set version, scmInfo, publishing settings
13
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.3") // brings in MiMa
0 commit comments