Skip to content

Update scala-library to 2.13.15 #532

Update scala-library to 2.13.15

Update scala-library to 2.13.15 #532

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 10 * * 1'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: 8
distribution: adopt
- uses: coursier/cache-action@v6
- run: sbt "+test"