aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-10-03 10:22:34 +0100
committerFederico Igne <git@federicoigne.com>2021-10-03 10:22:34 +0100
commit2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0 (patch)
tree769291c614c2113fb4e8fd10a70cbbd32631602f /build.sbt
parent44b8e1c8c724bf7f62f2b567548b941f88a31dc6 (diff)
downloadRSAComb-2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0.tar.gz
RSAComb-2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0.zip
Move to os-lib for filesystem operations
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