From 9c900af2906dfba451f35bc00b80196d6e6452ff Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 14 Dec 2023 07:40:39 +0100 Subject: [PATCH] sbt 1.9.8 --- .github/workflows/build-test.yml | 4 ++-- documentation/project/build.properties | 2 +- project/Versions.scala | 2 +- project/build.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e0cb267d549..a642eeb1d79 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -45,7 +45,7 @@ jobs: cmd: | if [ "$CACHE_HIT_COURSIER" = "false" ]; then sbt +update # Runs with adoptium:8 (default) - # sbt --sbt-version 1.9.7 +update # If we run scripted tests with multiple sbt versions, we could init that sbt installs here + # sbt --sbt-version 1.9.8 +update # If we run scripted tests with multiple sbt versions, we could init that sbt installs here sbt +mimaPreviousClassfiles # Fetches previous artifacts cd documentation && sbt +update && cd .. # Fetches dependencies of the documentation project sbt -java-home `cs java-home --jvm adoptium:11` exit # Init sbt with new JVM that will be downloaded @@ -153,7 +153,7 @@ jobs: scala: 2.13.x, 3.x add-dimensions: >- { - "sbt": [ "1.9.7" ], + "sbt": [ "1.9.8" ], "sbt_steps": [ "*1of3", "*2of3", "*3of3" ] } exclude: >- diff --git a/documentation/project/build.properties b/documentation/project/build.properties index 030acccf5b0..569bd5e9f5b 100644 --- a/documentation/project/build.properties +++ b/documentation/project/build.properties @@ -1,4 +1,4 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # sync with project/build.properties -sbt.version=1.9.7 +sbt.version=1.9.8 diff --git a/project/Versions.scala b/project/Versions.scala index 3e5ad99a726..722adfee9b8 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -9,5 +9,5 @@ object ScalaVersions { } object SbtVersions { - val sbt19 = "1.9.7" + val sbt19 = "1.9.8" } diff --git a/project/build.properties b/project/build.properties index 5774496e245..93f2a5dd1c1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # sync with documentation/project/build.properties -sbt.version=1.9.7 +sbt.version=1.9.8