From 561320e8258774cc2ffae835a3a3871babb25d21 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 19 Jul 2025 11:39:54 -0700 Subject: [PATCH] Upgrade Scala to 3.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Scala version from 2.12.11 to 3.7.1. Scala is only used for testing dependencies (airframe-log) and build tooling, not for main application code. All tests pass with the new version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 623216f..18d2e42 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / dynverSonatypeSnapshots := true // Use coursier friendly version separator ThisBuild / dynverSeparator := "-" -ThisBuild / scalaVersion := "2.12.11" +ThisBuild / scalaVersion := "3.7.1" // For building jars for JDK8 ThisBuild / javacOptions ++= {