From 1668276fe92ee1833717feea95e5462c8ccd2019 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:05:56 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b4a6ad..372c9ed 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ ThisBuild / developers := List( // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.16" +val Scala213 = "2.13.18" ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6") ThisBuild / scalaVersion := Scala213 // the default Scala