Skip to content

Upgraded to Indigo 0.15.0 #15

Upgraded to Indigo 0.15.0

Upgraded to Indigo 0.15.0 #15

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: Compile
run: sbt compile test