Skip to content

Commit fc444c1

Browse files
authored
Merge pull request #861 from http4s/update/main/http4s-core-1.0.0-M41
Update http4s-circe, http4s-client, ... to 1.0.0-M41 in main
2 parents c18a534 + 5633e7e commit fc444c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import Dependencies._
22

33
val Scala213 = "2.13.11"
44
val Scala3 = "3.3.1"
5-
val http4sVersion = "1.0.0-M40"
5+
val http4sVersion = "1.0.0-M41"
6+
val log4catsVersion = "2.6.0"
67
val munitCatsEffectVersion = "2.0.0-M4"
78

89
ThisBuild / 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
)

0 commit comments

Comments
 (0)