File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/core/src/main/scala/org/scalasteward/core/application Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import cats.effect.implicits._
2121import cats .syntax .all ._
2222import org .http4s .Uri
2323import org .http4s .client .Client
24- import org .http4s .client . okhttp .OkHttpBuilder
24+ import org .http4s .okhttp . client .OkHttpBuilder
2525import org .scalasteward .core .buildtool .BuildToolDispatcher
2626import org .scalasteward .core .buildtool .maven .MavenAlg
2727import org .scalasteward .core .buildtool .mill .MillAlg
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments