Skip to content

Update scala-library to 2.13.15 #763

Update scala-library to 2.13.15

Update scala-library to 2.13.15 #763

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 8 * * 5'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
- run: git show --oneline --check
- run: sbt -v
"+ scalafmtCheckAll"
scalafmtSbtCheck
"+ Test/compile"
"+ msgpack4z-circeJVM/test"
"+ msgpack4z-circeJS/test"
"+ msgpack4z-circeNative/test"