Skip to content

Update scalacheck to 1.18.1 #758

Update scalacheck to 1.18.1

Update scalacheck to 1.18.1 #758

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}