8000 Update sbt, scripted-plugin to 1.10.9 · scala/scala-library-next@1dc81f0 · GitHub
[go: up one dir, main page]

Skip to content

Update sbt, scripted-plugin to 1.10.9 #9

Update sbt, scripted-plugin to 1.10.9

Update sbt, scripted-plugin to 1.10.9 #9

Workflow file for this run

name: "Check Scala CLA"
on:
pull_request:
jobs:
cla-check:
runs-on: ubuntu-latest
steps:
- name: Verify CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}
0