Skip to content

Commit 2fc42f1

Browse files
j5ik2oclaude
andcommitted
fix(build): update Scala 3 version from 3.1.3 to 3.3.3
- Updated Scala 3 version in project/Dependencies.scala from 3.1.3 to 3.3.3 - Updated CI workflow to test with Scala 3.3.3 instead of 3.3.1 - Resolves TASTy version compatibility issues with finagle-memcached and elasticmq modules - Fixes compilation errors due to incompatible TASTy format versions between Scala 3.1.x and 3.3.x 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2e95eaa commit 2fc42f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
jdk: [ 17, 19 ]
46-
scala: [ 2.12.19, 2.13.14, 3.3.1 ]
46+
scala: [ 2.12.19, 2.13.14, 3.3.3 ]
4747
runs-on: ubuntu-latest
4848
needs: lint
4949
env:

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Dependencies {
55
object Versions {
66
val scala212Version = "2.12.19"
77
val scala213Version = "2.13.14"
8-
val scala3Version = "3.1.3"
8+
val scala3Version = "3.3.3"
99
val scalaTestVersion = "3.2.16"
1010
val logbackVersion = "1.2.12"
1111
val scalaCollectionCompatVersion = "2.11.0"

0 commit comments

Comments
 (0)