Skip to content

Commit

Permalink
Update scala3-library_sjs1 to 3.3.4 (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Sep 28, 2024
1 parent 37957c2 commit 43b58c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43b58c1

Please sign in to comment.