Skip to content

Update sbt to 1.10.4 #46

Update sbt to 1.10.4

Update sbt to 1.10.4 #46

Workflow file for this run

name: Scala Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: scala-build
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