Update scala3-library to 3.5.2 (#60) #126
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scala Build | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
name: scala-build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3.1.0 | |
- name: Set up Eclipse Temurin - JDK 19 | |
uses: actions/setup-java@v3.6.0 | |
with: | |
java-version: '19' | |
distribution: 'temurin' | |
- name: Test | |
run: sbt test |