Skip to content

Commit

Permalink
chore: Set munit 1.0.2 for Scala 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 7, 2024
1 parent 5d6dc4e commit 55ba017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ lazy val mtest = project
List(
"org.scalameta" %% "munit" % {
if (scalaVersion.value.startsWith("2.11")) "1.0.0-M10"
else if (scalaVersion.value == "2.13.14") "1.0.2"
else if (scalaVersion.value == "2.13.13") "1.0.0"
else if (scalaVersion.value == "2.13.12") "1.0.0-M11"
else if (scalaVersion.value == "2.13.11") "1.0.0-M10"
Expand Down

0 comments on commit 55ba017

Please sign in to comment.