Skip to content

Commit

Permalink
Updated Scala Version for GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Jun 27, 2024
1 parent 67161db commit 66009ea
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: [11, 17]
Scala: ['2.12.18', '2.13.12', '3.3.1']
Scala: ['2.12.19', '2.13.14', '3.3.3']
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down

0 comments on commit 66009ea

Please sign in to comment.