Skip to content

Commit

Permalink
Update scala3-library to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch committed Oct 2, 2024
1 parent dbf9ce0 commit 79ea7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.12, 3.3.1]
scala: [2.13.12, 3.3.4]
java: [temurin@11, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Check that workflows are up to date
run: sbt ++${{ matrix.scala }} githubWorkflowCheck

- if: matrix.scala == '3.3.1'
- if: matrix.scala == '3.3.4'
run: sbt ++${{ matrix.scala }} coverage test coverageReport coverageAggregate

- if: matrix.scala == '2.13.12'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.1]
scala: [3.3.4]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.LocalDate
ThisBuild / scalafixDependencies += Dependencies.organizeImports
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := crossScalaVersions.value.last
ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.1")
ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.4")

addCommandAlias("codeFmt", ";headerCreate;scalafmtAll;scalafmtSbt;scalafixAll")
addCommandAlias("codeVerify", ";scalafmtCheckAll;scalafmtSbtCheck;scalafixAll --check;headerCheck")
Expand Down

0 comments on commit 79ea7f5

Please sign in to comment.