Skip to content

Update scala-library to 2.13.13 #503

Update scala-library to 2.13.13

Update scala-library to 2.13.13 #503

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 zulu
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
- name: Run tests
run: sbt scalafmtCheck test