Skip to content

Commit

Permalink
Merge pull request #15 from sjrd/tasty-mima-0.2.3
Browse files Browse the repository at this point in the history
Upgrade to tasty-mima 0.2.3.
  • Loading branch information
sjrd authored Apr 20, 2023
2 parents 051b7f4 + bcad885 commit 0813bcf
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.2"
val TastyMiMaVersion = "0.2.3"

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.2"
private val TastyMiMaVersion = "0.2.3"

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

0 comments on commit 0813bcf

Please sign in to comment.