Skip to content

Commit

Permalink
Merge pull request #349 from mkurz/setup_main_10.0.x
Browse files Browse the repository at this point in the history
Add 10.0.x branch and remove scala steward pins
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents e3ab4af + c567549 commit 6efe4ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "10.0.x"
commit-message:
prefix: "[10.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
11 changes: 0 additions & 11 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,4 @@ buildRoots = [
]

updates.pin = [
{ groupId = "org.playframework", artifactId = "play", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-akka-http-server", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-filters-helpers", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-java-forms", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-logback", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-server", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-test", version = "3.0." },
{ groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.0." },
{ groupId = "org.playframework", artifactId = "play-mailer", version = "10.0." }
]
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
java: 21, 17, 11
scala: 2.13.x, 3.x
cmd: |
sbt ++$MATRIX_SCALA test
Expand Down

0 comments on commit 6efe4ff

Please sign in to comment.