diff options
author | Federico Igne <git@federicoigne.com> | 2021-09-29 15:16:25 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-09-29 16:41:57 +0100 |
commit | b1799a0af7bd243fb24bff66682f6f848557c27d (patch) | |
tree | 42aecf4aa3e5c6c94993a1afcb94729c664d6b03 /build.sbt | |
parent | 0f52fea098088d8e90410b97213f60c52407f8ff (diff) | |
download | RSAComb-b1799a0af7bd243fb24bff66682f6f848557c27d.tar.gz RSAComb-b1799a0af7bd243fb24bff66682f6f848557c27d.zip |
Add JSON format for CQ answers
Diffstat (limited to 'build.sbt')
-rw-r--r-- | build.sbt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ lazy val root = (project in file(".")) | |||
35 | scalatestFlatSpec % Test, | 35 | scalatestFlatSpec % Test, |
36 | scalatestShouldMatchers % Test, | 36 | scalatestShouldMatchers % Test, |
37 | apibinding, | 37 | apibinding, |
38 | graphcore | 38 | graphcore, |
39 | ujson | ||
39 | ) | 40 | ) |
40 | ) | 41 | ) |
41 | 42 | ||