From f7a1fe3bc06f48bb44fde00cc43ea0c100fc0f46 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 Jul 2026 15:46:14 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f159bfc..9984338 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbt.Keys.* import sbt.Project.projectToRef import sbt.internal.ProjectMatrix -lazy val scalaVersions = Seq("2.13.16", "3.3.8") +lazy val scalaVersions = Seq("2.13.18", "3.3.8") lazy val commonSettings = Seq( organization := "com.evolutiongaming",