From 89fc5c726009b377259ea736786d135df7ba2b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Thu, 7 Oct 2021 18:41:52 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Bump=20Scala=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ build.sbt | 6 +++--- version.sbt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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"