Skip to content

Commit

Permalink
Merge pull request #698 from scalacenter/update/munit-1.0.0-M12
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M12
  • Loading branch information
adpi2 committed Apr 19, 2024
2 parents 2e2851a + b658901 commit 77a75c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
val scalaMeta = ("org.scalameta" %% "parsers" % "4.9.3").cross(CrossVersion.for3Use2_13)

// test dependencies
val munit = "org.scalameta" %% "munit" % "1.0.0-M11"
val munit = "org.scalameta" %% "munit" % "1.0.0-M12"
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
val coursierJvm = "io.get-coursier" %% "coursier-jvm" % coursierVersion
}

0 comments on commit 77a75c2

Please sign in to comment.