diff options
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 | ||