Skip to content

Commit

Permalink
Merge pull request #750 from mkurz/rm_comment
Browse files Browse the repository at this point in the history
Remove obsolete comment
  • Loading branch information
mkurz authored Apr 19, 2022
2 parents 7374730 + 6ece02b commit 21aca51
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -32,7 +32,7 @@ jobs:
- "check-binary-compatibility"
- "check-docs"
uses: playframework/.github/.github/workflows/sbt-matrix.yml@v1
with: # Should be sync with Mergify conditions (.mergify.yml)
with:
java: >-
[ "11", "8" ]
scala: >-
Expand Down
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
object Dependencies {
// Should be sync with:
// - GA (.github/workflows/build-test.yml)
// - Mergify conditions (.mergify.yml)
// 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
Expand Down

0 comments on commit 21aca51

Please sign in to comment.