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 57dcb5d commit 11cb43dCopy full SHA for 11cb43d
project/plugins.sbt
@@ -16,7 +16,7 @@ resolvers ++= Resolver.sonatypeOssRepos("releases") // to more quickly obtain pa
16
resolvers += Resolver.jcenterRepo
17
18
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
19
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
20
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
21
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
22
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
0 commit comments