Update sbt-mima-plugin to 1.1.1 (#413)

This commit is contained in:
Scala Steward 2022-09-19 10:16:06 +02:00 committed by GitHub
parent 32e67efb58
commit 3472493638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.2")