Skip to content

Commit

Permalink
Merge pull request #25 from sjrd/tasty-mima-1.1.0
Browse files Browse the repository at this point in the history
Upgrade to tasty-mima v1.1.0.
  • Loading branch information
sjrd authored Dec 19, 2023
2 parents 0af961d + 35b4cea commit 50743da
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 = "1.0.0"
val TastyMiMaVersion = "1.1.0"

inThisBuild(Def.settings(
crossScalaVersions := Seq("2.12.17"),
Expand Down Expand Up @@ -28,7 +28,7 @@ inThisBuild(Def.settings(
Developer("bishabosha", "Jamie Thompson", "bishbashboshjt@gmail.com", url("https://github.com/bishabosha")),
),

versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
versionPolicyIntention := Compatibility.BinaryCompatible,
// 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 = "1.0.0"
private val TastyMiMaVersion = "1.1.0"

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

0 comments on commit 50743da

Please sign in to comment.