From 1c2ee1626089e29285acebd7986e7c580d65ed52 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 16:44:40 +0000 Subject: [PATCH] Update scala3-library to 3.3.3 --- .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 4f24fae..f206610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: sbt ++${{ matrix.scala }} clean coverage test - name: test coverage - if: success() && matrix.scala != '3.3.0' + if: success() && matrix.scala != '3.3.3' env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }} diff --git a/build.sbt b/build.sbt index 57089c3..12b2b04 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ organizationHomepage := Some(url("http://evolution.com")) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.0") +crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.3") Compile / unmanagedSourceDirectories += { if (scalaVersion.value startsWith "2")