Skip to content

Update scala-library to 2.13.18 #268

Update scala-library to 2.13.18

Update scala-library to 2.13.18 #268

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 12 * * 1'
jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: coursier/cache-action@v7
- uses: coursier/setup-action@v1
with:
jvm: temurin:11
- name: Run tests
run: sbt scalafmtSbtCheck scalafmtCheckAll test scripted