Skip to content

Commit

Permalink
Merge pull request #14 from sjrd/tasty-mima-0.2.2
Browse files Browse the repository at this point in the history
Upgrade to tasty-mima v0.2.2.
  • Loading branch information
sjrd authored Apr 5, 2023
2 parents ccaeda9 + 2a81770 commit 051b7f4
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 051b7f4

Please sign in to comment.