Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Update scala-library to 2.12.17 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloboni authored Sep 25, 2022
1 parent d95f2b0 commit b303084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pull_request_rules:
conditions:
- author=paoloboni
- title~=^Update\s.*
- "status-success=test (openjdk@1.11, 2.12.16)"
- "status-success=test (openjdk@1.11, 2.12.17)"
- "status-success=test (openjdk@1.11, 2.13.9)"
- "status-success=test (openjdk@1.11, 3.2.0)"
- "status-success=test (openjdk@1.17, 2.12.16)"
- "status-success=test (openjdk@1.17, 2.12.17)"
- "status-success=test (openjdk@1.17, 2.13.9)"
- "status-success=test (openjdk@1.17, 3.2.0)"
- "status-success=e2e (2.13.9)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- openjdk@1.11
- openjdk@1.17
scala:
- 2.12.16
- 2.12.17
- 2.13.9
- 3.2.0
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "binance-scala-client"

lazy val scala212 = "2.12.16"
lazy val scala212 = "2.12.17"
lazy val scala213 = "2.13.9"
lazy val scala3 = "3.2.0"
lazy val supportedScalaVersions = List(scala212, scala213, scala3)
Expand Down

0 comments on commit b303084

Please sign in to comment.