Skip to content

Update jackson-annotations, jackson-core, ... to 2.18.0 #310

Update jackson-annotations, jackson-core, ... to 2.18.0

Update jackson-annotations, jackson-core, ... to 2.18.0 #310

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache sbt
uses: coursier/cache-action@v6
- name: Java 11 setup
uses: olafurpg/setup-scala@v10
with:
java-version: 1.11.0
- run: sbt test assembly