mirror of
https://github.com/fluencelabs/codec
synced 2025-03-15 19:10:48 +00:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
|
import SbtCommons._
|
||
|
|
||
|
commons
|
||
|
|
||
|
libraryDependencies ++= Seq(
|
||
|
scodecBits,
|
||
|
cats1
|
||
|
)
|