We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 986246b commit 3a34705Copy full SHA for 3a34705
.github/workflows/scala.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
java: [11, 17, 21]
15
- scala: ["2.13.14", "3.3.3"]
+ scala: ["2.13.14", "3.4.2"]
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2
project/common.scala
@@ -16,7 +16,7 @@ object Common {
val settings: Seq[Setting[_]] = Seq(
version := "2.0.0-SNAPSHOT",
19
- crossScalaVersions := Seq("2.13.14", "3.3.3"),
+ crossScalaVersions := Seq("2.13.14", "3.4.2"),
20
21
scalaVersion := defaultScalaVersion,
22
0 commit comments