We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94e9a7 commit 66e05fdCopy full SHA for 66e05fd
1 file changed
build.sbt
@@ -19,7 +19,7 @@ lazy val root = (project in file("."))
19
"org.http4s" %% "http4s-circe" % http4sVersion,
20
"org.http4s" %% "http4s-scalatags" % "0.25.2",
21
"org.scalameta" %% "munit" % "1.2.4" % Test,
22
- "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
+ "org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test,
23
"io.circe" %% "circe-generic" % "0.14.15",
24
// coursier only seems to include compile dependencies when
25
// building a standalone executable (see coursier/coursier#552)
0 commit comments