Skip to content

Commit

Permalink
Merge pull request #772 from xuwei-k/update-scala-versions
Browse files Browse the repository at this point in the history
Update scala versions
  • Loading branch information
mergify[bot] authored Jul 4, 2022
2 parents a17e093 + 1f9575c commit 3e281fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-RC3
scala: 2.12.16, 2.13.8, 3.1.3
cmd: scripts/test-code.sh

finish:
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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-RC3" // sync! see comment above
val Scala212 = "2.12.16" // sync! see comment above
val Scala213 = "2.13.8" // sync! see comment above
val Scala3 = "3.1.3" // sync! see comment above
}

0 comments on commit 3e281fe

Please sign in to comment.