We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0361546 commit 186e37cCopy full SHA for 186e37c
project/plugins.sbt
@@ -10,7 +10,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
10
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10")
11
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
12
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.10")
13
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
14
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
15
16
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "3.0.1"
0 commit comments