diff options
Diffstat (limited to 'build.sbt')
-rw-r--r-- | build.sbt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ lazy val root = (project in file(".")) | |||
36 | scalatestShouldMatchers % Test, | 36 | scalatestShouldMatchers % Test, |
37 | apibinding, | 37 | apibinding, |
38 | graphcore, | 38 | graphcore, |
39 | ujson | 39 | ujson, |
40 | oslib | ||
40 | ) | 41 | ) |
41 | ) | 42 | ) |
42 | 43 | ||