summaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 97b5742..3d1de67 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -7,10 +7,13 @@ object Dependencies {
val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.17"
val akkaHttpCore = "com.typesafe.akka" %% "akka-http-core" % "10.0.4"
val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.0.4"
+ val akkaStream = "com.typesafe.akka" %% "akka-stream" % "2.4.17"
val jgitServer = "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.6.0.201612231935-r"
val jgitArchive = "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.6.0.201612231935-r"
+ val dockerClient = "com.spotify" % "docker-client" % "8.1.1"
+
val scalatest = "org.scalatest" %% "scalatest" % "3.0.1"
}