Skip to content

Commit 871b812

Browse files
authored
Merge pull request scalacenter#2525 from scalacenter/update/munit-1.0.3
build(deps): Update munit from 1.0.2 to 1.0.3
2 parents ac6b29a + 8b48a15 commit 871b812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object Dependencies {
7777
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"
7878

7979
val utest = "com.lihaoyi" %% "utest" % "0.8.4"
80-
def munit = "org.scalameta" %% "munit" % "1.0.2"
80+
def munit = "org.scalameta" %% "munit" % "1.0.3"
8181
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.0"
8282
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
8383
val oslib = "com.lihaoyi" %% "os-lib" % "0.11.3"

0 commit comments

Comments
 (0)