Skip to content

Commit

Permalink
add circe-derivation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shrynx authored and Shriyans committed Mar 30, 2020
1 parent e379c22 commit 9cf94ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ lazy val docs = project
mdocIn := file("docs/src/main/tut"),
libraryDependencies ++= Seq(
"io.circe" %% "circe-generic-extras" % "0.12.2",
"io.circe" %% "circe-optics" % "0.12.0"
"io.circe" %% "circe-optics" % "0.12.0",
"io.circe" %% "circe-derivation" % "0.13.0-SNAPSHOT"
)
)
.settings(docSettings)
Expand Down

0 comments on commit 9cf94ec

Please sign in to comment.