Skip to content

Commit

Permalink
Upgrade to tasty-mima v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Nov 1, 2023
1 parent 531cec0 commit aea09f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Must stay in sync with TastyMiMaPlugin.TastyMiMaVersion
val TastyMiMaVersion = "0.4.0"
val TastyMiMaVersion = "0.5.0"

inThisBuild(Def.settings(
crossScalaVersions := Seq("2.12.17"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sbt.plugins.JvmPlugin

object TastyMiMaPlugin extends AutoPlugin {
// Must stay in sync with TastyMiMaVersion in build.sbt
private val TastyMiMaVersion = "0.4.0"
private val TastyMiMaVersion = "0.5.0"

object autoImport {
val tastyMiMaPreviousArtifacts: SettingKey[Set[ModuleID]] =
Expand Down

0 comments on commit aea09f3

Please sign in to comment.