Skip to content

update readme, add scala repl, lib -> dep, bump versions etc #73

update readme, add scala repl, lib -> dep, bump versions etc

update readme, add scala repl, lib -> dep, bump versions etc #73

Workflow file for this run

name: Build
on: [push]
jobs:
Test:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: SBT Build
run: sbt test
shell: bash