mirror of
https://github.com/fluencelabs/crypto
synced 2025-04-25 14:52:19 +00:00
9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
|
import SbtCommons._
|
||
|
|
||
|
commons
|
||
|
|
||
|
libraryDependencies ++= Seq(
|
||
|
cats1,
|
||
|
scodecBits,
|
||
|
scalatest
|
||
|
)
|