Skip to content

Commit 6450efe

Browse files
Update munit-cats-effect-3 to 2.0.0 in series/0.24
1 parent d02d6f1 commit 6450efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val root = tlCrossRootProject.aggregate(servlet, examples)
2323
val asyncHttpClientVersion = "2.12.3"
2424
val jettyVersion = "10.0.15"
2525
val http4sVersion = "0.23.27"
26-
val munitCatsEffectVersion = "1.0.7"
26+
val munitCatsEffectVersion = "2.0.0"
2727
val servletApiVersion = "4.0.1"
2828

2929
lazy val servlet = project
@@ -39,7 +39,7 @@ lazy val servlet = project
3939
"org.eclipse.jetty" % "jetty-servlet" % jettyVersion % Test,
4040
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
4141
"org.http4s" %% "http4s-server" % http4sVersion,
42-
"org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectVersion % Test,
42+
"org.typelevel" %% "munit-cats-effect" % munitCatsEffectVersion % Test,
4343
),
4444
)
4545

0 commit comments

Comments
 (0)