Skip to content

Commit

Permalink
Merge pull request #2397 from scalacenter/update/munit-1.0.1
Browse files Browse the repository at this point in the history
build(deps): Update munit from 1.0.0 to 1.0.1
  • Loading branch information
tgodzik authored Aug 13, 2024
2 parents 3bcf863 + 996908d commit f74522a
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.4"
def munit = "org.scalameta" %% "munit" % "1.0.0"
def munit = "org.scalameta" %% "munit" % "1.0.1"
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.3"
Expand Down

0 comments on commit f74522a

Please sign in to comment.