From cd1b635b2ae90d9ac2d8b1779183a1fbd8c5fd5c Mon Sep 17 00:00:00 2001 From: vlad Date: Tue, 13 Jun 2017 16:12:20 -0700 Subject: Adding domain entities --- build.sbt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 8b0efa4..857fe06 100644 --- a/build.sbt +++ b/build.sbt @@ -10,14 +10,16 @@ lazy val core = (project in file(".")) "com.typesafe.akka" %% "akka-http-core" % akkaHttpV, "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpV, "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV, + "org.davidbild" %% "tristate-core" % "0.2.0", + "org.davidbild" %% "tristate-play" % "0.2.0" exclude ("com.typesafe.play", "play-json"), "org.asynchttpclient" % "async-http-client" % "2.0.24", "io.github.cloudify" %% "spdf" % "1.4.0", "com.github.pureconfig" %% "pureconfig" % "0.7.2", "de.svenkubiak" % "jBCrypt" % "0.4.1", "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.4", - "org.scalatest" % "scalatest_2.11" % "2.2.6" % "test", - "org.scalacheck" %% "scalacheck" % "1.12.5" % "test", - "org.mockito" % "mockito-core" % "1.9.5" % "test", + "org.scalatest" % "scalatest_2.11" % "2.2.6" % "test", + "org.scalacheck" %% "scalacheck" % "1.12.5" % "test", + "org.mockito" % "mockito-core" % "1.9.5" % "test", "ai.x" %% "diff" % "1.2.0-get-simple-name-fix" % "test", "com.github.swagger-akka-http" %% "swagger-akka-http" % "0.9.1", "com.google.cloud" % "google-cloud-storage" % "0.9.4-beta", -- cgit v1.2.3