mirror of
https://github.com/fluencelabs/codec
synced 2025-03-15 19:10:48 +00:00
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
|
import SbtCommons._
|
||
|
|
||
|
commons
|
||
|
|
||
|
libraryDependencies ++= Seq(
|
||
|
chill,
|
||
|
shapeless,
|
||
|
scalatest
|
||
|
)
|