diff options
author | Federico Igne <git@federicoigne.com> | 2021-10-03 10:22:34 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-10-03 10:22:34 +0100 |
commit | 2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0 (patch) | |
tree | 769291c614c2113fb4e8fd10a70cbbd32631602f /build.sbt | |
parent | 44b8e1c8c724bf7f62f2b567548b941f88a31dc6 (diff) | |
download | RSAComb-2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0.tar.gz RSAComb-2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0.zip |
Move to os-lib for filesystem operations
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 | ||