Skip to content

Commit 5e310a0

Browse files
committed
Revert "temporary disable MiMa check for Scala 3 (there is not 1.0.4 artifact)"
This reverts commit 2c001c1.
1 parent 2c001c1 commit 5e310a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))
3131
//addCommandAlias("check", "scalafixEnable; scalafixAll --check; all versionPolicyCheck scalafmtCheckAll scalafmtSbtCheck")
3232
addCommandAlias("check", "versionPolicyCheck")
3333
addCommandAlias("build", "all compile test")
34-
35-
// TODO: remove this temporary workaround after v1.0.5
36-
versionPolicyCheck / skip := {
37-
scalaVersion.value == "3.3.4"
38-
}

0 commit comments

Comments
 (0)