From f08a3426b78bd616b70b694ad41dfba4a59d35ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 14:15:49 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 --- .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 2b8b5ae..3543d44 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.14", "3.3.3"] + scala: ["2.12.20", "2.13.14", "3.3.4"] steps: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 diff --git a/build.sbt b/build.sbt index 40f0cc1..e03a9de 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ inThisBuild( ) scalaVersion := "2.12.20" -crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3") +crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.4") libraryDependencies ++= Seq(