Skip to content

Commit

Permalink
Switch to 1.9.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 7, 2023
1 parent bd05579 commit e582d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: sbt/sbt
ref: 1.8.x
ref: 1.9.x
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand Down

1 comment on commit e582d0f

@julienrf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to update the branch here:

BRANCH_TO_BUILD=1.8.x

Please sign in to comment.