Skip to content

Commit

Permalink
Merge pull request #741 from scala-steward/update/sbt-mima-plugin-0.8.0
Browse files Browse the repository at this point in the history
Update sbt-mima-plugin to 0.8.0
  • Loading branch information
adamw authored Sep 11, 2020
2 parents b3d0f3c + 44df522 commit 5933488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val sbtSoftwareMillVersion = "1.9.11"
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.7")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.6.0")
Expand Down

0 comments on commit 5933488

Please sign in to comment.