Skip to content

Commit

Permalink
Merge pull request #118 from WojciechMazur/scala-3.6.2
Browse files Browse the repository at this point in the history
Update Scala to 3.6.2
  • Loading branch information
WojciechMazur authored Dec 10, 2024
2 parents ef796d2 + b4799c9 commit e4f12fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./project/scripts/check-cla.sh
env:
AUTHOR: ${{ github.event.pull_request.user.login }}
- uses: scala/cla-verification-action@main
with:
author: ${{ github.event.pull_request.user.login }}
17 changes: 0 additions & 17 deletions project/scripts/check-cla.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scala2Version = "2.13.13"
val scala3Version = "3.5.2"
val scala3Version = "3.6.2"

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit e4f12fc

Please sign in to comment.