From 1694fd9f27c350a8772fe0334ffb5ea7c0144d4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 20:05:12 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.5 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 366a37da..81882dfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.16, 3.3.4] + scala: [2.12.20, 2.13.16, 3.3.5] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index ff58d9b5..b107faba 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / versionScheme := Some("always") Global / onChangedBuildSource := ReloadOnSourceChanges lazy val scalaVersion213 = "2.13.16" -lazy val scalaVersion3 = "3.3.4" +lazy val scalaVersion3 = "3.3.5" ThisBuild / scalaVersion := scalaVersion213 ThisBuild / crossScalaVersions := Seq("2.12.20", scalaVersion213, scalaVersion3)