codec/kryo/build.sbt
Constantine Solovev f04917d850 Refactoring and test (#74)
* 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
2018-03-06 16:19:44 +03:00

11 lines
131 B
Scala

import SbtCommons._
enablePlugins(AutomateHeaderPlugin)
commons
libraryDependencies ++= Seq(
chill,
shapeless,
scalatest
)