aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index a9ee841..0603da9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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