Skip to content

Commit

Permalink
Merge pull request #413 from scala-steward/update/sbt-mima-plugin-1.1.2
Browse files Browse the repository at this point in the history
sbt-mima-plugin 1.1.2 (was 1.1.1)
  • Loading branch information
mkurz authored Apr 25, 2023
2 parents 80e4de3 + e7d9ef1 commit 90cc76a
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 @@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse(
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-M4"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")

0 comments on commit 90cc76a

Please sign in to comment.