Skip to content

Commit

Permalink
Bump Scala version to 3.5.0 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic committed Sep 4, 2024
1 parent 9e22518 commit 754278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
java: ["8", "11", "17", "21"]
scala: ["2.12.19", "2.13.14", "3.3.1"]
scala: ["2.12.19", "2.13.14", "3.5.0"]
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
Expand Down

0 comments on commit 754278a

Please sign in to comment.