Skip to content

Commit

Permalink
Revert "temporary disable MiMa check for Scala 3 (there is not 1.0.4 …
Browse files Browse the repository at this point in the history
…artifact)"

This reverts commit 2c001c1.
  • Loading branch information
mr-git committed Nov 8, 2024
1 parent 2c001c1 commit 5e310a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))
//addCommandAlias("check", "scalafixEnable; scalafixAll --check; all versionPolicyCheck scalafmtCheckAll scalafmtSbtCheck")
addCommandAlias("check", "versionPolicyCheck")
addCommandAlias("build", "all compile test")

// TODO: remove this temporary workaround after v1.0.5
versionPolicyCheck / skip := {
scalaVersion.value == "3.3.4"
}

0 comments on commit 5e310a0

Please sign in to comment.