Skip to content

Commit

Permalink
SBT update
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Oct 28, 2024
1 parent a98e208 commit 10e4efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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]
Expand Down
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.2
sbt.version=1.10.3

0 comments on commit 10e4efd

Please sign in to comment.