Skip to content

Commit c509680

Browse files
author
scala-steward
committed
Update play-ahc-ws-standalone to 3.0.7
1 parent b7457e7 commit c509680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ lazy val play29Client: ProjectMatrix = (projectMatrix in file("client/play29-cli
19861986
.settings(
19871987
name := "tapir-play29-client",
19881988
libraryDependencies ++= Seq(
1989-
"com.typesafe.play" %% "play-ahc-ws-standalone" % Versions.play29Client,
1989+
"org.playframework" %% "play-ahc-ws-standalone" % Versions.play29Client,
19901990
"com.softwaremill.sttp.shared" %% "akka" % Versions.sttpShared % Optional,
19911991
"com.typesafe.akka" %% "akka-stream" % Versions.akkaStreams % Optional
19921992
)

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Versions {
4343
val zioJson = "0.7.30"
4444
val playClient = "3.0.6"
4545
val playServer = "3.0.6"
46-
val play29Client = "2.2.11"
46+
val play29Client = "3.0.7"
4747
val play29Server = "2.9.6"
4848
val tethys = "0.29.3"
4949
val vertx = "4.5.13"

0 commit comments

Comments
 (0)