We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3c4ad5 + 6d7939c commit 7f79cc4Copy full SHA for 7f79cc4
3 files changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- scala: ["2.12.20", "2.13.15", "3.3.7"]
+ scala: ["2.12.20", "2.13.18", "3.3.7"]
9
steps:
10
- uses: actions/checkout@v2
11
- uses: coursier/cache-action@v6
build.sbt
@@ -20,7 +20,7 @@ inThisBuild(
20
)
21
22
scalaVersion := "2.12.20"
23
-crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.7")
+crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7")
24
25
libraryDependencies ++=
26
Seq(
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
2
3
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
4
0 commit comments