From 10e4efd13a1e5a27770c131db4b599c2e8b9f816 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Sun, 27 Oct 2024 23:37:43 -0400 Subject: [PATCH] SBT update --- .github/workflows/ci.yml | 4 ++-- project/build.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4074d..cea33ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: arch: arm64 java: [11] distribution: [temurin] - pdal: [2.8.0] + pdal: [2.8.1] runs-on: ${{ matrix.os }} defaults: run: @@ -88,7 +88,7 @@ jobs: os: [ubuntu-latest] java: [11] distribution: [temurin] - pdal: [2.8.0] + pdal: [2.8.1] runs-on: ${{ matrix.os }} if: github.event_name != 'pull_request' needs: [build] diff --git a/project/build.properties b/project/build.properties index 0b699c3..bc73906 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.3