Skip to content

Bumped up scalacheck version to 1.18, scala-native to 0.5 and scala-j… #48

Bumped up scalacheck version to 1.18, scala-native to 0.5 and scala-j…

Bumped up scalacheck version to 1.18, scala-native to 0.5 and scala-j… #48

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: 8
- name: Build and Test
run: sbt -v +test