From b3ec93fe139c5491221c537ab65ef3e6ab3efb60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Jun 2023 05:09:08 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 188a82a0d..21728a87e 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.11" def projectName = "scala-yaml" def localSnapshotVersion = "0.0.6-SNAPSHOT" def isCI = System.getenv("CI") != null