Skip to content

Commit

Permalink
Merge pull request #596 from scalacenter/update/munit-1.0.0-M10
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M10
  • Loading branch information
adpi2 authored Sep 19, 2023
2 parents 8d315b6 + 144a9af commit 50ccb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
val scalaMeta = ("org.scalameta" %% "parsers" % "4.8.10").cross(CrossVersion.for3Use2_13)

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

0 comments on commit 50ccb7a

Please sign in to comment.