Skip to content

Commit

Permalink
Upgrade to tasty-mima v0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Apr 5, 2023
1 parent ccaeda9 commit 2a81770
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.2.1"
val TastyMiMaVersion = "0.2.2"

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.2.1"
private val TastyMiMaVersion = "0.2.2"

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

0 comments on commit 2a81770

Please sign in to comment.