Skip to content

Update scalacheck to 1.18.1 in scala2 #1655

Update scalacheck to 1.18.1 in scala2

Update scalacheck to 1.18.1 in scala2 #1655

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: coursier/cache-action@v3
- name: Setup Scala
uses: olafurpg/setup-scala@v10
- name: Run tests and documentation
run: |
sbt +coulomb_testsJVM/test +coulomb_testsJS/test