From f803d430aeba07364f15e782badf2d6467f324fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 13:31:03 +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 188a82a0d..f989d71e4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import BuildHelper._ def scala3Version = "3.3.0" -def scala2Version = "2.13.10" +def scala2Version = "2.13.13" def projectName = "scala-yaml" def localSnapshotVersion = "0.0.6-SNAPSHOT" def isCI = System.getenv("CI") != null