Skip to content

Commit

Permalink
Update sbt-mima-plugin to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Jul 19, 2023
1 parent 339c0cb commit 728a02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy val `sbt-version-policy` = project
.settings(
scriptedLaunchOpts += "-Dplugin.version=" + version.value,
scriptedBufferLog := false,
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2"),
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3"),
libraryDependencies ++= Seq(
"io.github.alexarchambault" %% "data-class" % "0.2.6" % Provided,
compilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
Expand Down

0 comments on commit 728a02d

Please sign in to comment.