From 939db4112c5ec2173a82cf07df5d3bff7b934bcd Mon Sep 17 00:00:00 2001 From: Amund Murstad Date: Sat, 27 May 2023 11:50:57 +0200 Subject: [PATCH] Update scala 3 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("."))