From 33ea64a6de79dc85128bfc7a8dd3633f2eee4f11 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 14:08:35 +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 551f032..e62173d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ val scala212 = "2.12.19" -val scala213 = "2.13.12" +val scala213 = "2.13.14" val scala3 = "3.3.3" val scalatestVersion = "3.2.18"