We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c07a3 commit f2d7c84Copy full SHA for f2d7c84
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.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1")
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