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 6dc705f..a9ee841 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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