Skip to content

Commit 378bbf1

Browse files
authored
Merge pull request #1338 from typelevel/update/munit-1.3.4
Update munit to 1.3.4
2 parents d2e3ed5 + 652662a commit 378bbf1

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
@@ -60,7 +60,7 @@ lazy val commonSettings = Seq(
6060
),
6161
// Testing
6262
libraryDependencies ++= Seq(
63-
"org.scalameta" %%% "munit" % "1.3.2" % Test,
63+
"org.scalameta" %%% "munit" % "1.3.4" % Test,
6464
"org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test,
6565
"org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test,
6666
"org.typelevel" %%% "scalacheck-effect-munit" % "2.1.0" % Test,

0 commit comments

Comments
 (0)