mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-25 15:04:32 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
7c8a57108e
commit
561320e825
@ -27,7 +27,7 @@ ThisBuild / dynverSonatypeSnapshots := true
|
|||||||
// Use coursier friendly version separator
|
// Use coursier friendly version separator
|
||||||
ThisBuild / dynverSeparator := "-"
|
ThisBuild / dynverSeparator := "-"
|
||||||
|
|
||||||
ThisBuild / scalaVersion := "2.12.11"
|
ThisBuild / scalaVersion := "3.7.1"
|
||||||
|
|
||||||
// For building jars for JDK8
|
// For building jars for JDK8
|
||||||
ThisBuild / javacOptions ++= {
|
ThisBuild / javacOptions ++= {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user