From 4adb34f7bab569cf5bbd4c7d4856a5195c098a69 Mon Sep 17 00:00:00 2001 From: Frank Riccobono <3356896+aelfric@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:32:11 -0400 Subject: [PATCH] Update scala version to 2.13.16 --- 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 6f269ba..ab27a26 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,6 +1,6 @@ import Dependencies._ -ThisBuild / scalaVersion := "2.13.12" +ThisBuild / scalaVersion := "2.13.16" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / organization := "com.example" ThisBuild / organizationName := "example"