From 5325f7c93b31bc11b1bd89f4cba6df2c9a60aac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Tue, 30 May 2023 12:06:00 +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 7240bf6..8d1a58a 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("."))