File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments