From 9ad23d3f905c89c5a15e5b2db791407eb671b8dc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:44:24 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.5 (#1303) * Update scala3-library, ... to 3.3.5 * 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 58d0601a9..720fa0158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.4] + scala: [3.3.5] java: [temurin@18] runs-on: ${{ matrix.os }} steps: @@ -59,7 +59,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.4] + scala: [3.3.5] java: [temurin@18] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 44c71cdc5..a6c922394 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val specs2 = project /** COMMON SETTINGS */ -val Scala3 = "3.3.4" +val Scala3 = "3.3.5" lazy val specs2Settings = Seq( organization := "org.specs2",