From 6c4ebd2c28329a967ed521f5a487991ac2f79f1f Mon Sep 17 00:00:00 2001 From: "scala-steward-yyu[bot]" <127873021+scala-steward-yyu[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 18:03:33 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e5d662..24d2030 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import ReleaseTransformations._ import UpdateReadme.updateReadme -val scala213Version = "2.13.13" +val scala213Version = "2.13.14" val defaultScalacOptions = Seq( "-deprecation", "-encoding", "UTF-8",