From 1fadbef427aa1ed1b46c034eb5678ee28744ee31 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Sep 2025 01:22:14 +0000 Subject: [PATCH] Update play-ahc-ws-standalone, ... to 3.0.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ff694ff..e3978db 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / developers := List( Developer("brunoballekens", "Bruno Ballekens", "bruno@waylay.io", url("https://github.com/brunoballekens")) ) ThisBuild / licenses := List("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php")) -val playWsVersion = "3.0.7" +val playWsVersion = "3.0.8" val playJsonVersion = "3.0.5" val specs2Version = "4.21.0" val pekkoVersion = "1.2.0"