Skip to content

Commit 4accbce

Browse files
author
scala-steward
committed
Update play-ahc-ws-standalone to 3.0.7
1 parent 9471851 commit 4accbce

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
@@ -2006,7 +2006,7 @@ lazy val play29Client: ProjectMatrix = (projectMatrix in file("client/play29-cli
20062006
.settings(
20072007
name := "tapir-play29-client",
20082008
libraryDependencies ++= Seq(
2009-
"com.typesafe.play" %% "play-ahc-ws-standalone" % Versions.play29Client,
2009+
"org.playframework" %% "play-ahc-ws-standalone" % Versions.play29Client,
20102010
"com.softwaremill.sttp.shared" %% "akka" % Versions.sttpShared % Optional,
20112011
"com.typesafe.akka" %% "akka-stream" % Versions.akkaStreams % Optional
20122012
)

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.39"
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.7"
4848
val tethys = "0.29.4"
4949
val vertx = "4.5.13"

0 commit comments

Comments
 (0)