Skip to content

Update scala3-library to 3.3.1 #72

Update scala3-library to 3.3.1

Update scala3-library to 3.3.1 #72

Workflow file for this run

name: Scala Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Eclipse Temurin - JDK 19
uses: actions/[email protected]
with:
java-version: '19'
distribution: 'temurin'
- name: Test
run: sbt test