Skip to content

Working project build with new sbt version #8

Working project build with new sbt version

Working project build with new sbt version #8

Workflow file for this run

name: Dispatch CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
java_11_scala_2_13:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run tests
run: sbt ++2.13.14 test