Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit b957f38

Browse files
committed
fixed build
1 parent 0f34d6c commit b957f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val circeVersion = "0.8.0"
2222
libraryDependencies ++= Seq(
2323
"io.circe" %% "circe-core",
2424
"io.circe" %% "circe-generic",
25-
"io.circe" %% "circe-akkord.parser",
25+
"io.circe" %% "circe-parser",
2626
"io.circe" %% "circe-optics"
2727
).map(_ % circeVersion)
2828

0 commit comments

Comments
 (0)