From e50ddcc6d08dea9566e989269aaab56420d86c5b Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Tue, 3 Dec 2024 15:45:44 -0500 Subject: [PATCH] Update Scala to 2.13.15 and 3.3.4 --- src/main/g8/default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index ba083e6..ac1863b 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -5,8 +5,8 @@ package = $organization$.$name;format="norm,word"$ organization_name = Example year = 2024 -scala_version = 2.13.14 -other_scala_version = 3.3.3 +scala_version = 2.13.15 +other_scala_version = 3.3.4 jdk_version = 8 github_username = valencik