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 47c6cdd commit da4b8a0Copy full SHA for da4b8a0
.github/workflows/ci.yaml
@@ -27,12 +27,12 @@ jobs:
27
java-version: 21
28
cache: sbt
29
- name: 'Run Scalafmt'
30
- run: sbt -v ++3.4.1 scalafmtSbt scalafmtAll
+ run: sbt -v ++3.4.2 scalafmtSbt scalafmtAll
31
test:
32
strategy:
33
fail-fast: false
34
matrix:
35
- scala: [ 3.3.0, 3.4.1 ]
+ scala: [ 3.3.0, 3.4.2 ]
36
java: [ 20, 21 ]
37
exclude:
38
- scala: 3.3.0
build.sbt
@@ -1,4 +1,4 @@
1
-lazy val supportedScalaVersions = List("3.4.1", "3.3.0")
+lazy val supportedScalaVersions = List("3.4.2", "3.3.0")
2
3
lazy val root = project
4
.in(file("."))
0 commit comments