Skip to content

Commit 711a221

Browse files
committed
Update sbt to 1.3.1, mima to 0.6.1
1 parent 3ef7019 commit 711a221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/L
66

77
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
88
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")
9-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.0")
9+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
1010
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions
1111
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.2") // set version, scmInfo, publishing settings

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.0
1+
sbt.version=1.3.1

0 commit comments

Comments
 (0)