From b746f142c9f508795fa5d2f7c9dc3560847584ef Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 7 Nov 2022 18:06:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20scala3-library?= =?UTF-8?q?=20from=203.2.0=20to=203.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 474c2816..8193ddf6 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ inThisBuild( )) val scala2Version = "2.13.10" -val scala3Version = "3.2.0" +val scala3Version = "3.2.1" val crossVersions = Seq(scala2Version, scala3Version) def isScala2(version: String) = version startsWith "2"