From e582d0feb4d1d850d4c90d6e2ac02eae9ac842c6 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 7 Mar 2023 11:54:00 -0500 Subject: [PATCH] Switch to 1.9.x branch --- .github/workflows/native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index abeedd4..75cf84b 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -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: