From 774e6ec8a8c48aece8df746101c0553eaf101585 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 16:30:35 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68e246d7..0f662a77 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val Versions = new { val discipline = "2.2.0" val scalaTestPlus = "3.2.11.0" - val scala213 = "2.13.12" + val scala213 = "2.13.13" val scala3 = "3.3.1" val scalaVersions = Seq(scala213, scala3)