Skip to content

Commit 8c78dbf

Browse files
committed
Bump Scala 3.4.3 to 3.5.0
1 parent ef69fbf commit 8c78dbf

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
scala:
4444
- '2.12.19'
4545
- '2.13.14'
46-
- '3.4.3'
46+
- '3.5.0'
4747
steps:
4848
- name: Checkout current branch
4949
uses: actions/checkout@v4.1.7

project/BuildHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object BuildHelper {
88

99
val Scala212: String = "2.12.19"
1010
val Scala213: String = "2.13.14"
11-
val Scala3: String = "3.4.3"
11+
val Scala3: String = "3.5.0"
1212

1313
def stdSettings(prjName: String) =
1414
List(

0 commit comments

Comments
 (0)