Skip to content

Commit b206fc5

Browse files
Merge pull request #156 from WojciechMazur/scala-3.6.2
Update Scala to 3.6.2
2 parents 5d918d7 + cc12810 commit b206fc5

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

Diff for: .github/workflows/cla.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ jobs:
44
check:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- run: ./project/scripts/check-cla.sh
9-
env:
10-
AUTHOR: ${{ github.event.pull_request.user.login }}
7+
- uses: scala/cla-verification-action@main
8+
with:
9+
author: ${{ github.event.pull_request.user.login }}

Diff for: project/scripts/check-cla.sh

-17
This file was deleted.

Diff for: src/main/g8/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala3Version = "3.5.2"
1+
val scala3Version = "3.6.2"
22

33
lazy val root = project
44
.in(file("."))

0 commit comments

Comments
 (0)