Skip to content

Commit cf46876

Browse files
Update http4s-circe, http4s-client, ... to 1.0.0-M23 (#2147)
* Update http4s-circe, http4s-client, ... to 1.0.0-M23 * Fix import Co-authored-by: Frank Thomas <[email protected]>
1 parent f541976 commit cf46876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/core/src/main/scala/org/scalasteward/core/application/Context.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import cats.effect.implicits._
2121
import cats.syntax.all._
2222
import org.http4s.Uri
2323
import org.http4s.client.Client
24-
import org.http4s.client.okhttp.OkHttpBuilder
24+
import org.http4s.okhttp.client.OkHttpBuilder
2525
import org.scalasteward.core.buildtool.BuildToolDispatcher
2626
import org.scalasteward.core.buildtool.maven.MavenAlg
2727
import org.scalasteward.core.buildtool.mill.MillAlg

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Dependencies {
2323
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
2424
val fs2Core = "co.fs2" %% "fs2-core" % "3.0.4"
2525
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
26-
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M21"
26+
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M23"
2727
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
2828
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
2929
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision

0 commit comments

Comments
 (0)