Skip to content

Commit

Permalink
start tracking breaking changes on Scala 3 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Sep 27, 2024
1 parent 4e80e14 commit 93efb30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
organizationName.value % previousScalaVCrossName % stableVersion.value
)
},
// TODO: remove afetr 0.12.12 once Scala 3 artifacts have been published
mimaPreviousArtifacts := {
if (scalaVersion.value.startsWith("3")) Set.empty
else Set.empty
},
mimaBinaryIssueFilters ++= Mima.ignoredABIProblems
)

Expand Down

0 comments on commit 93efb30

Please sign in to comment.