Skip to content

Commit b295ff1

Browse files
authored
Bump Scala 3.7.1 to 3.7.2 (#664)
1 parent 7e5e8a0 commit b295ff1

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.1'
46+
- '3.7.2'
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.1"
11+
val Scala3: String = "3.7.2"
1212

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

0 commit comments

Comments
 (0)