Skip to content

Commit

Permalink
Merge pull request #745 from scalacenter/update/munit-1.0.1
Browse files Browse the repository at this point in the history
Update munit to 1.0.1
  • Loading branch information
adpi2 committed Aug 13, 2024
2 parents e76ee84 + 071b08b commit 50ba5c0
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 @@ -40,7 +40,7 @@ object Dependencies {
val scalaMeta = ("org.scalameta" %% "parsers" % "4.9.9").cross(CrossVersion.for3Use2_13)

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

0 comments on commit 50ba5c0

Please sign in to comment.