Skip to content

Update scala-library to 2.13.12 #320

Update scala-library to 2.13.12

Update scala-library to 2.13.12 #320

Workflow file for this run

name: PR
on: pull_request
jobs:
pr:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
- uses: actions/cache@v2
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt scalafmtCheck Test/scalafmtCheck +test