Skip to content

Update scala3-library to 3.5.0 #2127

Update scala3-library to 3.5.0

Update scala3-library to 3.5.0 #2127

Workflow file for this run

name: ci
on:
push:
pull_request:
schedule:
- cron: '0 15 * * *'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 40
strategy:
matrix:
include:
- java: 8
- java: 11
- java: 17
steps:
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: sbt -v "+ scalafmtCheckAll" scalafmtSbtCheck "+ test"