Skip to content

Commit 3a34705

Browse files
committedAug 17, 2024·
Build against scala 3.4.2
1 parent 986246b commit 3a34705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/scala.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
java: [11, 17, 21]
15-
scala: ["2.13.14", "3.3.3"]
15+
scala: ["2.13.14", "3.4.2"]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2

‎project/common.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Common {
1616
val settings: Seq[Setting[_]] = Seq(
1717
version := "2.0.0-SNAPSHOT",
1818

19-
crossScalaVersions := Seq("2.13.14", "3.3.3"),
19+
crossScalaVersions := Seq("2.13.14", "3.4.2"),
2020

2121
scalaVersion := defaultScalaVersion,
2222

0 commit comments

Comments
 (0)
Please sign in to comment.