From 51c47d038425132079a44aed4be65d324e2a282b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:14:16 +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 739487a..ddb7602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.2.1] + scala: [2.12.17, 2.13.10, 3.3.3] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 69f4d6e..36ab73b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ inThisBuild( List( tlBaseVersion := "2.0", scalaVersion := "2.13.10", - crossScalaVersions := Seq("2.12.17", "2.13.10", "3.2.1"), + crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.3"), licenses := List( "BSD-3-Clause" -> url("http://opensource.org/licenses/BSD-3-Clause") ),