Skip to content

Commit

Permalink
Update scala-library to 2.12.18 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloboni authored Sep 10, 2023
1 parent fc5b5ec commit 2bd0ce2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pull_request_rules:
conditions:
- author=paoloboni
- title~=^Update\s.*
- "status-success=test (adopt@1.8, 2.12.17)"
- "status-success=test (adopt@1.8, 2.12.18)"
- "status-success=test (adopt@1.8, 2.13.11)"
- "status-success=test (adopt@1.8, 3.2.2)"
- "status-success=test (openjdk@1.11, 2.12.17)"
- "status-success=test (openjdk@1.11, 2.12.18)"
- "status-success=test (openjdk@1.11, 2.13.11)"
- "status-success=test (openjdk@1.11, 3.2.2)"
- "status-success=test (openjdk@1.17, 2.12.17)"
- "status-success=test (openjdk@1.17, 2.12.18)"
- "status-success=test (openjdk@1.17, 2.13.11)"
- "status-success=test (openjdk@1.17, 3.2.2)"
actions:
Expand Down
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:
- "openjdk@1.11"
- "openjdk@1.17"
scala:
- 2.12.17
- 2.12.18
- 2.13.11
- 3.2.2
runs-on: ubuntu-latest
Expand Down
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 Dependencies._

name := "spray-json-derived-codecs"

lazy val scala212 = "2.12.17"
lazy val scala212 = "2.12.18"
lazy val scala213 = "2.13.11"
lazy val scala3 = "3.2.2"
lazy val supportedScalaVersions = List(scala212, scala213, scala3)
Expand Down

0 comments on commit 2bd0ce2

Please sign in to comment.