Skip to content

Commit

Permalink
chore(deps): Non-AWS dependency updates (#243)
Browse files Browse the repository at this point in the history
* Update sbt to 1.10.7

* set up java and sbt

---------

Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com>
Co-authored-by: Pascal Honoré <[email protected]>
  • Loading branch information
1 parent 43a6681 commit 4e4446e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
cache: sbt
- name: Setup Java and sbt
uses: guardian/setup-scala@v1
- name: CI
run: |
LAST_TEAMCITY_BUILD=6410
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java corretto-21
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.6
sbt.version=1.10.7

0 comments on commit 4e4446e

Please sign in to comment.