From eef3a3e9f745209ffd11a886f9125fb5d049f0b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 16:58:16 +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 70359e4..c28e81e 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.7") +lazy val scalaVersions = Seq("2.13.18", "3.3.7") lazy val commonSettings = Seq( organization := "com.evolutiongaming",