We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2e3ed5 + 652662a commit 378bbf1Copy full SHA for 378bbf1
1 file changed
build.sbt
@@ -60,7 +60,7 @@ lazy val commonSettings = Seq(
60
),
61
// Testing
62
libraryDependencies ++= Seq(
63
- "org.scalameta" %%% "munit" % "1.3.2" % Test,
+ "org.scalameta" %%% "munit" % "1.3.4" % Test,
64
"org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test,
65
"org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test,
66
"org.typelevel" %%% "scalacheck-effect-munit" % "2.1.0" % Test,
0 commit comments