mirror of
https://github.com/fluencelabs/codec
synced 2025-03-15 11:00:49 +00:00
* Add entropy to rocksDb name in tests * Config logging * DatasetNodeStorage unit test * scalariform * config for DatasetNodeStorage * fix reference.conf * auto creating headers on `sbt commit` * add headers * Fix tests * remove conf * scalariform
11 lines
131 B
Scala
11 lines
131 B
Scala
import SbtCommons._
|
|
|
|
enablePlugins(AutomateHeaderPlugin)
|
|
|
|
commons
|
|
|
|
libraryDependencies ++= Seq(
|
|
chill,
|
|
shapeless,
|
|
scalatest
|
|
) |