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 ef69fbf commit 8c78dbfCopy full SHA for 8c78dbf
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
scala:
44
- '2.12.19'
45
- '2.13.14'
46
- - '3.4.3'
+ - '3.5.0'
47
steps:
48
- name: Checkout current branch
49
uses: actions/checkout@v4.1.7
project/BuildHelper.scala
@@ -8,7 +8,7 @@ object BuildHelper {
8
9
val Scala212: String = "2.12.19"
10
val Scala213: String = "2.13.14"
11
- val Scala3: String = "3.4.3"
+ val Scala3: String = "3.5.0"
12
13
def stdSettings(prjName: String) =
14
List(
0 commit comments