From d17ab28c65960dd0ccd59b2a89958e11de4804f6 Mon Sep 17 00:00:00 2001 From: Taras Iagniuk Date: Sun, 8 Oct 2023 21:50:02 +0200 Subject: [PATCH] Update Scala2 version to 2.13.12 --- 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 9096583..503e2cd 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,4 +1,4 @@ -val scala2Version = "2.13.8" +val scala2Version = "2.13.12" val scala3Version = "3.3.1" lazy val root = project