We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbdcac commit 41e54e1Copy full SHA for 41e54e1
build.sbt
@@ -4,7 +4,7 @@ name := "sbt-scala-module"
4
organization := "org.scala-lang.modules"
5
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
6
7
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
+addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
8
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
9
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
10
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions
0 commit comments