Skip to content

Commit c01fd74

Browse files
Update munit to 1.2.4
1 parent bfe9ebc commit c01fd74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lazy val root = (project in file("."))
2424
"com.twitter" %% "finagle-http" % FinagleVersion,
2525
"org.typelevel" %% "case-insensitive" % "1.4.2",
2626
"org.http4s" %% "http4s-dsl" % Http4sVersion % Test,
27-
"org.scalameta" %% "munit" % "0.7.29" % Test,
27+
"org.scalameta" %% "munit" % "1.2.4" % Test,
2828
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
2929
),
3030
testFrameworks += new TestFramework("munit.Framework"),

0 commit comments

Comments
 (0)