Skip to content

Update scala-library to 2.13.12 #230

Update scala-library to 2.13.12

Update scala-library to 2.13.12 #230

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: coursier/setup-action@v1
with:
jvm: adopt:8
- uses: coursier/cache-action@v6
- name: Run tests
run: sbt -v +test