Skip to content

Commit 0620297

Browse files
scala-stewardregadas
authored andcommitted
Update sbt-mima-plugin to 1.0.1
1 parent f25faff commit 0620297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
7-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.0")
7+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")
88
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
1010
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.4")

0 commit comments

Comments
 (0)