codec/core/build.sbt
2018-01-30 15:06:13 +03:00

8 lines
82 B
Scala

import SbtCommons._
commons
libraryDependencies ++= Seq(
scodecBits,
cats1
)