From 5e310a04f3d7ef26d357404e86a675a00a8d116c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mareks=20Ramp=C4=81ns?= <8796159+mr-git@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:09:09 +0200 Subject: [PATCH] Revert "temporary disable MiMa check for Scala 3 (there is not 1.0.4 artifact)" This reverts commit 2c001c14ef1e3d2fe598f4b108b7964138e33793. --- build.sbt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.sbt b/build.sbt index 6d423ef..13292c7 100644 --- a/build.sbt +++ b/build.sbt @@ -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" -} \ No newline at end of file