Skip to content

Commit

Permalink
Upgrade to sbt-tasty-mima 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Oct 2, 2024
1 parent 545d929 commit 09f469f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ lazy val tastyQuery =
},

tastyMiMaPreviousArtifacts := mimaPreviousArtifacts.value,
tastyMiMaTastyQueryVersionOverride := Some("1.4.0"),
tastyMiMaConfig ~= { prev =>
import tastymima.intf._
prev
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0")

addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.2.0")
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.3.0")

0 comments on commit 09f469f

Please sign in to comment.