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",