From 43b58c175271d55ad5bd35c6fe28f201c723f1b9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:16:53 +0200 Subject: [PATCH] Update scala3-library_sjs1 to 3.3.4 (#407) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd179351..0b5f183f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.13.12", "3.3.3"] + scalaVersion: ["2.13.12", "3.3.4"] runs-on: ubuntu-22.04 steps: diff --git a/build.sbt b/build.sbt index 2f695741..686029e4 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ inThisBuild( ) lazy val commonSettings = Seq( - crossScalaVersions := Seq("2.13.12", "3.3.3"), + crossScalaVersions := Seq("2.13.12", "3.3.4"), scalaVersion := "2.13.12", libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => Seq.empty