Skip to content

Update scala-library, scala-reflect to 2.12.19 #1646

Update scala-library, scala-reflect to 2.12.19

Update scala-library, scala-reflect to 2.12.19 #1646

Workflow file for this run

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