Skip to content

Commit c162bf5

Browse files
committed
Update munit to 1.2.2
1 parent 584c624 commit c162bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ lazy val testKit = project
8686
libraryDependencies ++= List(
8787
"org.scalacheck" %% "scalacheck" % "1.19.0",
8888
"org.typelevel" %% "literally" % "1.2.0",
89-
"org.scalameta" %% "munit" % "1.2.1" % Test,
89+
"org.scalameta" %% "munit" % "1.2.2" % Test,
9090
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
9191
"org.typelevel" %% "weaver-cats" % "0.11.3" % Test,
9292
"org.typelevel" %% "weaver-scalacheck" % "0.11.3" % Test,

0 commit comments

Comments
 (0)