Skip to content

Commit

Permalink
Update scala3-library to 3.6.2 (#363)
Browse files Browse the repository at this point in the history
* Update scala3-library to 3.6.2

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward authored Dec 11, 2024
1 parent f939c64 commit f9292f8
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 @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.11.12, 2.12.20, 2.13.15, 3.5.2]
scala: [2.11.12, 2.12.20, 2.13.15, 3.6.2]
java: [temurin@11, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/ScalaVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object ScalaVersions {
val scala211 = "2.11.12"
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.5.2"
val scala3 = "3.6.2"

def allScalaVersions(excluding: String => Boolean = _ => false): List[String] =
List(scala211, scala212, scala213, scala3).filterNot(excluding)
Expand Down

0 comments on commit f9292f8

Please sign in to comment.