From a13b6d47597bfdaf9303123728d9d543efa9b891 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Jan 2023 23:51:46 +0000 Subject: [PATCH] Update scala3-library, ... to 3.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a78105f..66555c5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala3 = "3.2.1" +val scala3 = "3.2.2" Global / concurrentRestrictions += Tags.limit(Tags.All, 1)