Skip to content

Commit

Permalink
Merge pull request #861 from http4s/update/main/http4s-core-1.0.0-M41
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-client, ... to 1.0.0-M41 in main
  • Loading branch information
danicheg authored Apr 4, 2024
2 parents c18a534 + 5633e7e commit fc444c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import Dependencies._

val Scala213 = "2.13.11"
val Scala3 = "3.3.1"
val http4sVersion = "1.0.0-M40"
val http4sVersion = "1.0.0-M41"
val log4catsVersion = "2.6.0"
val munitCatsEffectVersion = "2.0.0-M4"

ThisBuild / resolvers +=
Expand Down Expand Up @@ -120,6 +121,7 @@ lazy val blazeServer = Project("http4s-blaze-server", file("blaze-server"))
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-server" % http4sVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion % Test,
),
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
)
Expand All @@ -146,6 +148,7 @@ lazy val examples = Project("blaze-examples", file("examples"))
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-circe" % http4sVersion,
"io.circe" %% "circe-generic" % "0.14.6",
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion,
),
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
)
Expand Down

0 comments on commit fc444c1

Please sign in to comment.