Skip to content

Commit

Permalink
Merge pull request #267 from scala-steward/update/scala3-library-3.2.2
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.2.2
  • Loading branch information
pk044 committed Apr 14, 2023
2 parents a523d70 + 4cca1d6 commit ac59c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 2.13.8, 3.2.0]
scala: [2.12.16, 2.13.8, 3.2.2]
java: [temurin@8, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pull_request_rules:
- status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@17)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@17)
- status-success=Build and Test (ubuntu-latest, 3.2.0, temurin@8)
- status-success=Build and Test (ubuntu-latest, 3.2.0, temurin@17)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@8)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17)
actions:
merge:
method: squash
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.librarymanagement.ConflictWarning

val scala_2_12 = "2.12.16"
val scala_2_13 = "2.13.8"
val scala_32 = "3.2.0"
val scala_32 = "3.2.2"
val mainScalaVersion = scala_32
val supportedScalaVersions = Seq(scala_2_12, scala_2_13, scala_32)

Expand Down

0 comments on commit ac59c51

Please sign in to comment.