Skip to content

Commit

Permalink
Updated github action's scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Jan 1, 2025
1 parent f8f649f commit f4d186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [17, 21]
scala: ['2.12.20', '2.13.14', '3.3.3']
scala: ['2.12.20', '2.13.15', '3.3.4']
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down

0 comments on commit f4d186c

Please sign in to comment.