Skip to content

Commit

Permalink
Merge pull request #46 from scala-steward/update/sbt-mima-plugin-0.9.1
Browse files Browse the repository at this point in the history
Update sbt-mima-plugin to 0.9.1
  • Loading branch information
sh0hei authored May 14, 2021
2 parents 75ae907 + b0c1655 commit 95f88d5
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 @@ -4,7 +4,7 @@ resolvers += Resolver.url(
)(Resolver.ivyStylePatterns)
resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")

0 comments on commit 95f88d5

Please sign in to comment.