Skip to content

Added back build for Scala 2.10, still seems to work fine in unit tests. #57

Added back build for Scala 2.10, still seems to work fine in unit tests.

Added back build for Scala 2.10, still seems to work fine in unit tests. #57

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Build and Test
run: sbt -v +test