From fe1dd72259198700ca6303bb74e916b02cff513e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 13:05:53 +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 05cdc29..7e462dd 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ val Library = new { ) } -lazy val scala213 = "2.13.12" +lazy val scala213 = "2.13.13" lazy val supportedScalaVersions = List(scala213) lazy val commonDeps = libraryDependencies ++= Library.circe ++