From ec8d3e122377da3ee75e300199636944ce9a2b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Fri, 29 Mar 2024 13:44:58 +0100 Subject: [PATCH] Update Scala version to 3.4.1 --- 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 3495f28..f6076e1 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,5 +1,5 @@ val scala2Version = "2.13.13" -val scala3Version = "3.4.0" +val scala3Version = "3.4.1" lazy val root = project .in(file("."))