From 04d23e0306f3007972abe6767a08e3db2ab4c6c3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 8 Jun 2023 00:24:53 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7cbc3c8fb1..be9a509804 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ import scala.concurrent.duration.DurationInt import scala.sys.process.Process val scala2_12 = "2.12.17" -val scala2_13 = "2.13.10" +val scala2_13 = "2.13.11" val scala3 = "3.3.0" val scala2Versions = List(scala2_12, scala2_13)