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
scala-steward committed Sep 28, 2024
1 parent effc6fc commit 924fb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sbt ++${{ matrix.scala }} clean coverage test

- name: test coverage
if: success() && matrix.scala != '3.3.0'
if: success() && matrix.scala != '3.3.4'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ organizationHomepage := Some(url("https://evolution.com"))

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.0")
crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.4")

Compile / unmanagedSourceDirectories += {
if (scalaVersion.value startsWith "2")
Expand Down

0 comments on commit 924fb0c

Please sign in to comment.