We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02d6f1 commit 6450efeCopy full SHA for 6450efe
build.sbt
@@ -23,7 +23,7 @@ lazy val root = tlCrossRootProject.aggregate(servlet, examples)
23
val asyncHttpClientVersion = "2.12.3"
24
val jettyVersion = "10.0.15"
25
val http4sVersion = "0.23.27"
26
-val munitCatsEffectVersion = "1.0.7"
+val munitCatsEffectVersion = "2.0.0"
27
val servletApiVersion = "4.0.1"
28
29
lazy val servlet = project
@@ -39,7 +39,7 @@ lazy val servlet = project
39
"org.eclipse.jetty" % "jetty-servlet" % jettyVersion % Test,
40
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
41
"org.http4s" %% "http4s-server" % http4sVersion,
42
- "org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectVersion % Test,
+ "org.typelevel" %% "munit-cats-effect" % munitCatsEffectVersion % Test,
43
),
44
)
45
0 commit comments