From eff6cc7b02bba4d43235ce5d5a6897538f46a6e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 Jun 2024 17:16:55 +0000 Subject: [PATCH] Update play-ahc-ws-standalone to 2.2.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6adaafe..b0a54a2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -39,7 +39,7 @@ object Dependencies { val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.1" val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.1" - val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.2.7" + val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.2.8" val elastic4sJavaClient = "nl.gn0s1s" %% "elastic4s-client-esjava" % V.elastic4s val elastic4sCatsEffect = "nl.gn0s1s" %% "elastic4s-effect-cats" % V.elastic4s