We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5e4408 + 7492cde commit c5d971bCopy full SHA for c5d971b
build.sbt
@@ -6,6 +6,6 @@ licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/L
6
7
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
8
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
9
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
10
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions
11
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") // set version, scmInfo, publishing settings
0 commit comments