From c06740e130abee037287349e018a32810563dd19 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Thu, 26 Sep 2024 06:27:11 +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 effe6ea..9ab6bfd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.github.sbt.git.SbtGit.GitKeys._ val scala212 = "2.12.20" -val scala213 = "2.13.12" +val scala213 = "2.13.15" val scala3 = "3.3.3" val updateReadme = inputKey[Unit]("Update readme")