We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5e8a0 commit b295ff1Copy full SHA for b295ff1
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
scala:
44
- '2.12.20'
45
- '2.13.16'
46
- - '3.7.1'
+ - '3.7.2'
47
steps:
48
- name: Checkout current branch
49
uses: actions/checkout@v4.2.2
project/BuildHelper.scala
@@ -8,7 +8,7 @@ object BuildHelper {
8
9
val Scala212: String = "2.12.20"
10
val Scala213: String = "2.13.16"
11
- val Scala3: String = "3.7.1"
+ val Scala3: String = "3.7.2"
12
13
def stdSettings(prjName: String) =
14
List(
0 commit comments