From 6b94da07424065022c279a91a0eabd1a06206298 Mon Sep 17 00:00:00 2001 From: Frederick Roth Date: Mon, 28 Oct 2024 21:41:00 +0100 Subject: [PATCH] Update Scala version to fix build --- src/main/g8/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 6dd6389..9e45043 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -2,4 +2,4 @@ name = quickstart organization = com.example package = $organization$.$name;format="norm,word"$ -scala_version = 2.13.14 +scala_version = 2.13.15