Skip to content

Commit da4b8a0

Browse files
committed
Upgrade to Scala 3.4.2
1 parent 47c6cdd commit da4b8a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
java-version: 21
2828
cache: sbt
2929
- name: 'Run Scalafmt'
30-
run: sbt -v ++3.4.1 scalafmtSbt scalafmtAll
30+
run: sbt -v ++3.4.2 scalafmtSbt scalafmtAll
3131
test:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
scala: [ 3.3.0, 3.4.1 ]
35+
scala: [ 3.3.0, 3.4.2 ]
3636
java: [ 20, 21 ]
3737
exclude:
3838
- scala: 3.3.0

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val supportedScalaVersions = List("3.4.1", "3.3.0")
1+
lazy val supportedScalaVersions = List("3.4.2", "3.3.0")
22

33
lazy val root = project
44
.in(file("."))

0 commit comments

Comments
 (0)