From 57cc1c4464df6e1916d7b470f673bedbd110e249 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Jun 2023 00:04:35 +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 3159abd..2a311a6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import xerial.sbt.Sonatype.autoImport._ -val scala213 = "2.13.10" +val scala213 = "2.13.11" val scala3 = "3.2.2" lazy val commonSettings = Seq(