Skip to content

Commit

Permalink
Merge pull request #22 from sjrd/tasty-mima-0.5.0
Browse files Browse the repository at this point in the history
Upgrade to tasty-mima v0.5.0.
  • Loading branch information
sjrd authored Nov 1, 2023
2 parents 1e9db4e + aea09f3 commit 8488fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -28,7 +28,7 @@ inThisBuild(Def.settings(
Developer("bishabosha", "Jamie Thompson", "[email protected]", url("https://github.com/bishabosha")),
),

versionPolicyIntention := Compatibility.BinaryCompatible,
versionPolicyIntention := Compatibility.None,
// Ignore dependencies to internal modules whose version is like `1.2.3+4...` (see https://github.com/scalacenter/sbt-version-policy#how-to-integrate-with-sbt-dynver)
versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
))
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 8488fb8

Please sign in to comment.