Skip to content

Update scalacheck to 1.18.1 #119

Update scalacheck to 1.18.1

Update scalacheck to 1.18.1 #119

Workflow file for this run

name: Scala Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: scala-build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Eclipse Temurin - JDK 19
uses: actions/[email protected]
with:
java-version: '19'
distribution: 'temurin'
- name: Test
run: sbt test