Skip to content

Update scala-compiler, scala-library to 2.13.14 #51

Update scala-compiler, scala-library to 2.13.14

Update scala-compiler, scala-library to 2.13.14 #51

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v5
- name: Test
run: sbt scalafmtCheckAll test