From 923eb8053004ef3c5c339227eb359835885976f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 18:23:33 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..88b3ab8 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / version := "3.2.2" ThisBuild / organization := "org.purang.net" ThisBuild / scalaVersion := "3.2.2" -ThisBuild / crossScalaVersions := Seq("3.2.2", "2.13.10") +ThisBuild / crossScalaVersions := Seq("3.2.2", "2.13.17") ThisBuild / versionScheme := Some("early-semver") ThisBuild / update / evictionWarningOptions := EvictionWarningOptions.empty