Skip to content

Commit

Permalink
bump: update scala3-library from 3.2.2 to 3.3.1 (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 15, 2023
1 parent 02070de commit f7d45ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: [2.12, 2.13, 3.2]
SCALA_VERSION: [2.12, 2.13, 3.3]
JDK_VERSION: ["1.8", "1.11", "1.17"]
include:
- JDK_VERSION: 1.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix: # align with publish-test-reports.yml
SCALA_VERSION: [2.12, 2.13, 3.2]
SCALA_VERSION: [2.12, 2.13, 3.3]
JDK_VERSION: ["1.8", "1.11", "1.17"]
include:
- JDK_VERSION: 1.8
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {

val scala212Version = "2.12.18"
val scala213Version = "2.13.11"
val scala3Version = "3.2.2"
val scala3Version = "3.3.1"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)

val Versions = Seq(
Expand Down

0 comments on commit f7d45ff

Please sign in to comment.