Skip to content

Update circe-parser to 0.14.8 (#3564) #1622

Update circe-parser to 0.14.8 (#3564)

Update circe-parser to 0.14.8 (#3564) #1622

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
with:
# Fetch all tags so that sbt-dynver can find the previous release version
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
- name: Packaging test
run: ./sbt publishAllLocal