Skip to content

Update scala-library to 2.13.15 #466

Update scala-library to 2.13.15

Update scala-library to 2.13.15 #466

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
java: [11]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: ${{matrix.java}}
distribution: adopt
- run: sbt -v "+ test"