Skip to content

Commit

Permalink
=sbt Update sbt-mima-plugin to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Sep 7, 2023
1 parent 57dcb5d commit a002aef
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 @@ -16,7 +16,7 @@ resolvers ++= Resolver.sonatypeOssRepos("releases") // to more quickly obtain pa
resolvers += Resolver.jcenterRepo

addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
Expand Down

0 comments on commit a002aef

Please sign in to comment.