Skip to content

Commit 561320e

Browse files
xerialclaude
andcommitted
Upgrade Scala to 3.7.1
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 <[email protected]>
1 parent 7c8a571 commit 561320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ThisBuild / dynverSonatypeSnapshots := true
2727
// Use coursier friendly version separator
2828
ThisBuild / dynverSeparator := "-"
2929

30-
ThisBuild / scalaVersion := "2.12.11"
30+
ThisBuild / scalaVersion := "3.7.1"
3131

3232
// For building jars for JDK8
3333
ThisBuild / javacOptions ++= {

0 commit comments

Comments
 (0)