diff --git a/build.sbt b/build.sbt index 96c8ab0..f7d492b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbtcrossproject.{CrossProject, CrossType} import scoverage.ScoverageKeys.coverageEnabled import xerial.sbt.Sonatype._ -val scala2 = "2.13.15" +val scala2 = "2.13.16" val scala3 = "3.3.3" val zioVersion = "2.1.12" diff --git a/golden-dataset-generator/build.sbt b/golden-dataset-generator/build.sbt index 0959a8f..5c0f972 100644 --- a/golden-dataset-generator/build.sbt +++ b/golden-dataset-generator/build.sbt @@ -4,7 +4,7 @@ name := "golden-dataset-generator" lazy val commonSettings = Seq( organization := "io.github.vigoo", - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", scalacOptions := Seq( "-deprecation", "-unchecked"