diff --git a/CHANGELOG.md b/CHANGELOG.md index 0408308..2c4949e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH ### Changed +- [Build] Upgrade Scala to 2.12.14, 2.13.6 and 3.0.2 + ### Deprecated ### Removed diff --git a/build.sbt b/build.sbt index 728b3fc..25dc34d 100644 --- a/build.sbt +++ b/build.sbt @@ -30,9 +30,9 @@ ThisBuild / homepage := Some( // Scala versions -val scala212 = "2.12.13" -val scala213 = "2.13.5" -val scala3 = "3.0.0" +val scala212 = "2.12.15" +val scala213 = "2.13.6" +val scala3 = "3.0.2" scalaVersion := scala213 diff --git a/version.sbt b/version.sbt index 47a272f..a7bdae8 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "8.0.1-SNAPSHOT" +ThisBuild / version := "8.0.1-SNAPSHOT"