Skip to content

Commit

Permalink
Merge pull request #2379 from scalacenter/update/munit-1.0.0
Browse files Browse the repository at this point in the history
build(deps): Update munit from 0.7.29 to 1.0.0
  • Loading branch information
tgodzik authored Jul 14, 2024
2 parents 2dfd761 + 74f9209 commit 28458fe
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 @@ -75,7 +75,7 @@ object Dependencies {
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"

val utest = "com.lihaoyi" %% "utest" % "0.8.3"
def munit = "org.scalameta" %% "munit" % "0.7.29"
def munit = "org.scalameta" %% "munit" % "1.0.0"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val oslib = "com.lihaoyi" %% "os-lib" % "0.10.2"
Expand Down

0 comments on commit 28458fe

Please sign in to comment.