Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Add more dependencies to defaultDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Sep 14, 2016
1 parent 1e630a7 commit 83f2446
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main/scala/buildo/CommonDependenciesSettingPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ object CommonDependencySettingPlugin extends AutoPlugin {
val slick = "com.typesafe.slick" %% "slick" % "3.1.1"
val hikari = "com.typesafe.slick" %% "slick-hikaricp" % "3.1.0"
val logging = "io.buildo" %% "ingredients-logging" % "0.6.0"
val sprayJson = "io.spray" %% "spray-json" % "1.3.2"

val scalaTest = "org.scalatest" %% "scalatest" % "3.0.0-RC1" % "test"
val sprayTest = "io.spray" %% "spray-testkit" % "1.3.3" % "test"
val metarpheusAnnotations = "io.buildo" %% "metarpheus-annotations" % "0.0.1"

val defaultDependencies = Seq(
nozzle,
scalaz,
slick,
hikari,
logging
logging,
sprayJson,
scalaTest,
sprayTest
)

}
Expand Down

0 comments on commit 83f2446

Please sign in to comment.