Skip to content

Update scala3-library, ... to 3.3.4 #963

Update scala3-library, ... to 3.3.4

Update scala3-library, ... to 3.3.4 #963

Workflow file for this run

name: ci
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: adoptium:1.11.0.22
apps: sbt
- run: sbt validate