We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9a84e commit 6ffd35fCopy full SHA for 6ffd35f
.github/workflows/scala.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Coverage Report
24
run: sbt coverageReport
25
- name: Upload coverage to Codecov
26
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
27
with:
28
fail_ci_if_error: true
29
lint:
build.sbt
@@ -13,7 +13,7 @@ libraryDependencies += "ch.qos.logback" % "logback-core"
13
libraryDependencies += "ch.qos.logback" % "logback-access" % "1.1.8"
14
15
libraryDependencies ++= Seq(
16
- "io.circe" %% "circe-core" % "0.14.1",
+ "io.circe" %% "circe-core" % "0.14.1",
17
"io.circe" %% "circe-generic" % "0.14.1",
18
- "io.circe" %% "circe-parser" % "0.14.1"
+ "io.circe" %% "circe-parser" % "0.14.1"
19
)
0 commit comments