Skip to content

Update sbt to 1.9.7 #86

Update sbt to 1.9.7

Update sbt to 1.9.7 #86

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
# just make sure we can start sbt and publish locally without errors
- run: sbt +publishLocal