Skip to content

Commit

Permalink
Update http4s-dsl, http4s-ember-client, ... to 0.23.30
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2024
1 parent 77c1067 commit 67f8714
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lazy val commonSettings = Seq(
lazy val circeVersion = "0.14.9"
lazy val jsoniterVersion = "2.30.9"
lazy val akkaVersion = "2.6.19"
lazy val http4sVersion = "0.23.27"
lazy val http4sVersion = "0.23.30"
lazy val scribeVersion = "3.13.3"
lazy val fs2Version = "3.11.0"

Expand Down Expand Up @@ -137,9 +137,9 @@ lazy val akkaProvided = List(
"com.typesafe.akka" %% "akka-remote" % akkaVersion % Provided
)
lazy val akkaReal = List(
"com.typesafe.akka" %% "akka-actor" % akkaVersion ,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion ,
"com.typesafe.akka" %% "akka-remote" % akkaVersion
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"com.typesafe.akka" %% "akka-remote" % akkaVersion
)
lazy val core = project
.in(file("core"))
Expand Down Expand Up @@ -203,14 +203,13 @@ lazy val kubernetes = project
name := "tasks-kubernetes",
libraryDependencies ++= Seq(
"com.goyeau" %% "kubernetes-client" % "0.11.0",
"io.github.pityka" %% "selfpackage-jib" % "2.1.3",

"io.github.pityka" %% "selfpackage-jib" % "2.1.3"
) ++ akkaProvided
)
.dependsOn(core % "compile->compile;test->test")

lazy val kubernetesTest = project
.in(file("kubernetes-test"))
lazy val kubernetesTest = project
.in(file("kubernetes-test"))
.settings(commonSettings: _*)
.settings(
name := "tasks-kubernetes-test",
Expand Down

0 comments on commit 67f8714

Please sign in to comment.