From b6a4b9d49396283d8453bcb8ab937b45e542fc64 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 18:49:49 +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 34cb90f..3eaf1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: ["2.12.20", "2.13.15", "3.3.4"] + scala: ["2.12.20", "2.13.15", "3.3.5"] steps: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 diff --git a/build.sbt b/build.sbt index 634ac42..ba336f7 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ inThisBuild( ) scalaVersion := "2.12.20" -crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4") +crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.5") libraryDependencies ++= Seq(