Skip to content

Commit a97c301

Browse files
authored
Merge pull request #473 from http4s/update/series/1.x/http4s-server-1.0.0-M41
Update http4s-client, http4s-dsl, ... to 1.0.0-M41 in series/1.x
2 parents 3a61352 + fd61fd6 commit a97c301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ThisBuild / Test / javaOptions += "-Dcom.linecorp.armeria.verboseResponses=true
2323
val versions = new {
2424
val armeria = "1.27.3"
2525
val fs2 = "3.10.2"
26-
val http4s = "1.0.0-M40"
26+
val http4s = "1.0.0-M41"
27+
val log4cats = "2.6.0"
2728
val logback = "1.2.13"
2829
val micrometer = "1.9.2"
2930
val munit = "0.7.29"
@@ -52,6 +53,7 @@ lazy val server = project
5253
"com.linecorp.armeria" % "armeria" % versions.armeria,
5354
"co.fs2" %% "fs2-reactive-streams" % versions.fs2,
5455
"org.http4s" %% "http4s-server" % versions.http4s,
56+
"org.typelevel" %% "log4cats-slf4j" % versions.log4cats % Test,
5557
"ch.qos.logback" % "logback-classic" % versions.logback % Test,
5658
"org.http4s" %% "http4s-dsl" % versions.http4s % Test
5759
) ++ munit

0 commit comments

Comments
 (0)