Skip to content

Commit

Permalink
Merge pull request #728 from http4s/update/series/0.5/http4s-jdk-http…
Browse files Browse the repository at this point in the history
…-client-0.9.2

Update http4s-jdk-http-client to 0.9.2 in series/0.5
  • Loading branch information
hamnis authored Nov 12, 2024
2 parents 9b16bc9 + 1603093 commit 43eccdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ lazy val server = project
"org.scalameta" %% "munit" % munit % Test,
"org.scalameta" %% "munit-scalacheck" % munitScalaCheck % Test,
"org.http4s" %% "http4s-circe" % http4sVersion % Test,
"org.http4s" %% "http4s-jdk-http-client" % "0.9.1" % Test,
"org.http4s" %% "http4s-jdk-http-client" % "0.9.2" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test
),
libraryDependencySchemes += "org.typelevel" %% "munit-cats-effect" % VersionScheme.Always, // "early-semver",
Expand Down

0 comments on commit 43eccdf

Please sign in to comment.