File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ ThisBuild / Test / javaOptions += "-Dcom.linecorp.armeria.verboseResponses=true
2323val 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
You can’t perform that action at this time.
0 commit comments