From 95cb66ba2f729d76603a5ae9ca73e9c448c82014 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 00:57:53 +0000 Subject: [PATCH] Update scala3-library to 3.3.3 --- .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 2a0d2a1..330db07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.14, 3.3.1] + scala: [2.12.18, 2.13.14, 3.3.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 94b66cf..ebf957f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import _root_.io.github.nafg.scalacoptions.{ScalacOptions, options} -ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.14", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.14", "3.3.3") ThisBuild / scalaVersion := { val versions = (ThisBuild / crossScalaVersions).value if (sys.props.contains("idea.managed"))