Skip to content

Commit

Permalink
Merge pull request #129 from magnolia-k/master
Browse files Browse the repository at this point in the history
Updated Scala Version for GitHub Workflow
  • Loading branch information
magnolia-k authored Jun 27, 2024
2 parents 67161db + 66009ea commit f67213b
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 f67213b

Please sign in to comment.