diff --git a/build.sbt b/build.sbt index 6a8a5d6b2..ce57607f7 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ def isRelease = releaseVersion != "" def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local") val scala2Versions = Seq("2.12.20", "2.13.16") -val scalaAllVersions = scala2Versions :+ "3.3.4" +val scalaAllVersions = scala2Versions :+ "3.3.5" lazy val commonScalaVersionSettings = Seq( scalaVersion := "2.12.20",