Skip to content

Update scala-library to 2.13.13 #414

Update scala-library to 2.13.13

Update scala-library to 2.13.13 #414

Workflow file for this run

name: Scala CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: sbt clean test