From 75d18652ef4d252de0ee321ca474949e724b5c80 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 17 May 2024 17:47:49 +0200 Subject: [PATCH] Update scala3-library, ... to 3.4.2 (#1238) * Update scala3-library, ... to 3.4.2 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abc2377fe..99cf83c2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.1] + scala: [3.4.2] java: [temurin@18] runs-on: ${{ matrix.os }} steps: @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.1] + scala: [3.4.2] java: [temurin@18] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index a3e48e7e2..9d74a9426 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val specs2 = project /** COMMON SETTINGS */ -val Scala3 = "3.4.1" +val Scala3 = "3.4.2" lazy val specs2Settings = Seq( organization := "org.specs2",