Skip to content

Commit

Permalink
Update client3:akka-http-backend, ... to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 9, 2023
1 parent 3e22e36 commit d082bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val urlShared = projectMatrix
.settings(
name := s"$projectName-url-shared",
libraryDependencies ++=
"com.softwaremill.sttp.client3" %% "core" % "3.5.2"
"com.softwaremill.sttp.client3" %% "core" % "3.9.1"
:: Library.scalaTest.map(_ % Test)
)
.dependsOn(coreShared)
Expand Down
4 changes: 2 additions & 2 deletions project/Library.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ object Library {
// akka-http
// format: off
val akkaDep: List[ModuleID] = List(
"com.softwaremill.sttp.client3" %% "akka-http-backend" % "3.5.2",
"com.softwaremill.sttp.client3" %% "akka-http-backend" % "3.9.1",
"com.typesafe.akka" %% "akka-stream" % Versions.Akka.akka exclude ("com.typesafe", "config"),
akkaTestKit % Test
)

// async-http
val asyncDeps: List[ModuleID] = List(
"com.softwaremill.sttp.client3" %% "async-http-client-backend-future" % "3.5.2"
"com.softwaremill.sttp.client3" %% "async-http-client-backend-future" % "3.9.1"
)

def jawnAst(scalaVersion: String): ModuleID = {
Expand Down

0 comments on commit d082bdf

Please sign in to comment.