We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aab9b commit 45e8f97Copy full SHA for 45e8f97
project/plugins.sbt
@@ -9,7 +9,7 @@ val scalafix = "0.12.1"
9
10
// includes sbt-dynver sbt-pgp sbt-sonatype sbt-git
11
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
12
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
13
14
// Scala Native support
15
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossVer)
0 commit comments