From 0b2f9c7621067c143f15caaf35430641a5949be0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:45:37 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..9370390 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.15") ThisBuild / versionScheme := Some("early-semver") ThisBuild / update / evictionWarningOptions := EvictionWarningOptions.empty