Skip to content

Commit

Permalink
Merge pull request #637 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
hamnis committed Mar 12, 2024
2 parents 0e314e8 + a6b5fd9 commit 99e4fb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inThisBuild(
)
)

val http4sVersion = "1.0.0-M40"
val http4sVersion = "1.0.0-M41"

val jetty = "12.0.7"

Expand Down Expand Up @@ -74,7 +74,7 @@ lazy val server = project
"org.scalameta" %% "munit-scalacheck" % munit % Test,
"org.http4s" %% "http4s-circe" % http4sVersion % Test,
"org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test
),
libraryDependencies ++= nativeNettyModules,
mimaBinaryIssueFilters := Nil
Expand All @@ -99,7 +99,7 @@ lazy val client = project
"com.github.bbottema" % "java-socks-proxy-server" % "3.0.0" % Test,
"org.scalameta" %% "munit" % munit % Test,
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test
),
libraryDependencies ++= nativeNettyModules
)
Expand Down

0 comments on commit 99e4fb8

Please sign in to comment.