Skip to content

Commit

Permalink
Merge pull request #762 from mkurz/scala_3.1.3-RC3
Browse files Browse the repository at this point in the history
Scala 3.1.3-RC3
  • Loading branch information
mkurz authored May 19, 2022
2 parents 9bd7d5e + 59a5fd5 commit 13c9ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v2
with:
java: 11, 8
scala: 2.12.15, 2.13.8, 3.1.3-RC2
scala: 2.12.15, 2.13.8, 3.1.3-RC3
cmd: scripts/test-code.sh

finish:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object Dependencies {
// Sync with GA (.github/workflows/build-test.yml)
val Scala212 = "2.12.15" // sync! see comment above
val Scala213 = "2.13.8" // sync! see comment above
val Scala3 = "3.1.3-RC2" // sync! see comment above
val Scala3 = "3.1.3-RC3" // sync! see comment above
}

0 comments on commit 13c9ce5

Please sign in to comment.