Skip to content

Update scala3-library to 3.3.3 #39

Update scala3-library to 3.3.3

Update scala3-library to 3.3.3 #39

Workflow file for this run

name: Scala Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Eclipse Temurin JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Test
run: sbt test