Skip to content

Commit 312be32

Browse files
bump http4s version to 0.23.16
1 parent a0fcbfa commit 312be32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ThisBuild / scalaVersion := Scala213
1010

1111
lazy val root = project.in(file(".")).aggregate(twirl).enablePlugins(NoPublishPlugin)
1212

13-
val http4sVersion = "0.23.15"
13+
val http4sVersion = "0.23.16"
1414
val munitVersion = "0.7.29"
15-
val munitCatsEffectVersion = "1.0.7"
15+
val munitCatsEffectVersion = "2.0.0-M3"
1616

1717
lazy val twirl = project
1818
.in(file("twirl"))
@@ -24,7 +24,7 @@ lazy val twirl = project
2424
libraryDependencies ++= Seq(
2525
"org.http4s" %%% "http4s-core" % http4sVersion,
2626
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
27-
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectVersion % Test,
27+
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectVersion % Test,
2828
"org.http4s" %%% "http4s-laws" % http4sVersion % Test,
2929
),
3030
)

0 commit comments

Comments
 (0)