Skip to content

Commit e4f12fc

Browse files
Merge pull request #118 from WojciechMazur/scala-3.6.2
Update Scala to 3.6.2
2 parents ef796d2 + b4799c9 commit e4f12fc

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

.github/workflows/cla.yml

Lines changed: 3 additions & 4 deletions
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@v4
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 }}

project/scripts/check-cla.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scala2Version = "2.13.13"
2-
val scala3Version = "3.5.2"
2+
val scala3Version = "3.6.2"
33

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

0 commit comments

Comments
 (0)