From 82353105a8e38adff9261726ffe8eb3ee2ccfd50 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 19:27:20 +0000 Subject: [PATCH] Update atmosphere-runtime to 3.0.11 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1028a87f9..49265e5b1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { val avsCommonsVersion = "2.20.0" val atmosphereJSVersion = "3.1.3" - val atmosphereVersion = "2.7.15" + val atmosphereVersion = "3.0.11" val upickleVersion = "4.0.2" // Tests only val circeVersion = "0.14.10" // Tests only