Skip to content

Update scala3-library to 3.4.1 #153

Update scala3-library to 3.4.1

Update scala3-library to 3.4.1 #153

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Run tests
run: sbt test