Skip to content

Updating this library to the latest versions and cleaning stuff #1

Updating this library to the latest versions and cleaning stuff

Updating this library to the latest versions and cleaning stuff #1

Workflow file for this run

name: Scala CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Run tests
run: sbt "+ test"