Skip to content

Commit 6ffd35f

Browse files
Fix CI failures
- Updated Codecov GitHub Action to v3 to resolve upload issues. - Ran Scalafmt to address code formatting errors.
1 parent 1e9a84e commit 6ffd35f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Coverage Report
2424
run: sbt coverageReport
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v1
26+
uses: codecov/codecov-action@v3
2727
with:
2828
fail_ci_if_error: true
2929
lint:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraryDependencies += "ch.qos.logback" % "logback-core"
1313
libraryDependencies += "ch.qos.logback" % "logback-access" % "1.1.8"
1414

1515
libraryDependencies ++= Seq(
16-
"io.circe" %% "circe-core" % "0.14.1",
16+
"io.circe" %% "circe-core" % "0.14.1",
1717
"io.circe" %% "circe-generic" % "0.14.1",
18-
"io.circe" %% "circe-parser" % "0.14.1"
18+
"io.circe" %% "circe-parser" % "0.14.1"
1919
)

0 commit comments

Comments
 (0)