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