From 0fff313ba8aa5e092c1d0ccc20b08416bce6213f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 8 Sep 2023 07:19:03 +0100 Subject: [PATCH] scala 3.3.1 (#632) * scala 3.3.1 * Update Player.scala --------- Co-authored-by: kerr (cherry picked from commit 8d34f8039f2801bc70b16fdddeacd6fd4c225c90) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e389f55fbdf..ac6f22fba85 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -39,7 +39,7 @@ object Dependencies { val scala213Version = "2.13.11" // To get the fix for https://github.com/lampepfl/dotty/issues/13106 // and restored static forwarders - val scala3Version = "3.3.0" + val scala3Version = "3.3.1" val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version) val reactiveStreamsVersion = "1.0.4"