We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d7c84 commit b25eb69Copy full SHA for b25eb69
build.sbt
@@ -9,6 +9,6 @@ developers := List(Developer("", "", "", url("https://scala-lang.org"))
9
10
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
11
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
12
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
13
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions
14
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") // set version, scmInfo, publishing settings
0 commit comments