From b24665b70af3bc445fe49e7fb92b20689b7b3b7e Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:13:45 +0000 Subject: [PATCH] build(deps): Update scala-library from 2.13.11 to 2.13.12 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 06090f9bb5..04bfc11c45 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ import sbt.Provided object Dependencies { val Scala211Version = "2.11.12" val Scala212Version = "2.12.18" - val Scala213Version = "2.13.11" + val Scala213Version = "2.13.12" val SbtVersion = "1.3.3"