We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ba8563 + 8f1f450 commit 3a42adcCopy full SHA for 3a42adc
.github/workflows/cla.yml
@@ -4,7 +4,6 @@ jobs:
4
check:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
8
- - run: ./project/scripts/check-cla.sh
9
- env:
10
- AUTHOR: ${{ github.event.pull_request.user.login }}
+ - uses: scala/cla-verification-action@main
+ with:
+ author: ${{ github.event.pull_request.user.login }}
project/scripts/check-cla.sh
src/main/g8/build.sbt
@@ -1,4 +1,4 @@
1
-val scala3Version = "3.5.2"
+val scala3Version = "3.6.2"
2
3
lazy val root = project
.in(file("."))
0 commit comments