File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import Dependencies._
22
33val Scala213 = " 2.13.11"
44val Scala3 = " 3.3.1"
5- val http4sVersion = " 1.0.0-M40"
5+ val http4sVersion = " 1.0.0-M41"
6+ val log4catsVersion = " 2.6.0"
67val munitCatsEffectVersion = " 2.0.0-M4"
78
89ThisBuild / resolvers +=
@@ -120,6 +121,7 @@ lazy val blazeServer = Project("http4s-blaze-server", file("blaze-server"))
120121 libraryDependencies ++= Seq (
121122 " org.http4s" %% " http4s-server" % http4sVersion,
122123 " org.http4s" %% " http4s-dsl" % http4sVersion % Test ,
124+ " org.typelevel" %% " log4cats-slf4j" % log4catsVersion % Test ,
123125 ),
124126 Test / scalafixConfig := Some (file(" .scalafix.test.conf" )),
125127 )
@@ -146,6 +148,7 @@ lazy val examples = Project("blaze-examples", file("examples"))
146148 " org.http4s" %% " http4s-dsl" % http4sVersion,
147149 " org.http4s" %% " http4s-circe" % http4sVersion,
148150 " io.circe" %% " circe-generic" % " 0.14.6" ,
151+ " org.typelevel" %% " log4cats-slf4j" % log4catsVersion,
149152 ),
150153 Test / scalafixConfig := Some (file(" .scalafix.test.conf" )),
151154 )
You can’t perform that action at this time.
0 commit comments