From e2f6af72f46b15b31ad18e7e7f9749efc2078497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Tue, 30 May 2023 12:06:22 +0200 Subject: [PATCH] Update Scala version to 3.3.0 --- src/main/g8/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 955dc12..222ecd4 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,4 +1,4 @@ -val scala3Version = "3.2.2" +val scala3Version = "3.3.0" lazy val root = project .in(file("."))