Skip to content

Update scala3-library, ... to 3.6.3 #750

Update scala3-library, ... to 3.6.3

Update scala3-library, ... to 3.6.3 #750

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
java-version: [email protected]
- uses: sbt/setup-sbt@v1
- name: Tyrian Compile & Test
run: sbt clean compile scalafmtCheckAll test