Skip to content

Update commons-compress to 1.26.0 (#3384) #1492

Update commons-compress to 1.26.0 (#3384)

Update commons-compress to 1.26.0 (#3384) #1492

Workflow file for this run

name: CI Packaging
on:
push:
branches:
- main
paths:
- '**.scala'
- '**.java'
- '**.sbt'
- '.github/workflows/package-test.yml'
jobs:
test_packaging:
name: Packaging Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Packaging test
run: ./sbt publishAllLocal