From 7926a5165be8016811c4e0db3e8bd59061f37adf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:08:32 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc2880c..c447534 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._ -val Scala2_13 = "2.13.10" +val Scala2_13 = "2.13.13" val Scala2_12 = "2.12.17" val supportedScalaVersions = List(Scala2_13, Scala2_12)