From ef4d57643c92fbf973e16cf091f45a7738255fd4 Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:05:35 +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 55af17b..325a5a1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import ReleaseTransformations._ import UpdateReadme.updateReadme -val scala213Version = "2.13.14" +val scala213Version = "2.13.15" val defaultScalacOptions = Seq( "-deprecation", "-encoding", "UTF-8",