Skip to content

migrate to scala 3

migrate to scala 3 #33

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 JDK 20
uses: actions/[email protected]
with:
java-version: '20'
distribution: 'temurin'
- name: Test
run: sbt test