Skip to content

Commit 2b48535

Browse files
authored
Bump Scala 3.7.0 to 3.7.1 (#642)
1 parent 043948f commit 2b48535

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.20'
4545
- '2.13.16'
46-
- '3.7.0'
46+
- '3.7.1'
4747
steps:
4848
- name: Checkout current branch
4949
uses: actions/checkout@v4.2.2

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.20"
1010
val Scala213: String = "2.13.16"
11-
val Scala3: String = "3.7.0"
11+
val Scala3: String = "3.7.1"
1212

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

0 commit comments

Comments
 (0)