bitcoin-atm
bitcoin atm for pyc inc.
git clone https://9o.is/git/bitcoin-atm.git
commit 3904feff637cb0bfd68aa4dd2db6f50f9f43f091 parent a6e1c6bf2c05bff87c7a6e32f2bc0ca2ed839bdf Author: Jul <jul@9o.is> Date: Thu, 7 Aug 2014 06:33:08 -0700 added testkit to use for later Diffstat:
| M | project/Build.scala | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/project/Build.scala b/project/Build.scala @@ -14,6 +14,7 @@ object LiftProjectBuild extends Build { "net.liftmodules" %% ("extras_"+Ver.lift_edition) % "0.4-SNAPSHOT", "com.typesafe.akka" %% "akka-actor" % "2.3.3", "com.typesafe.akka" %% "akka-agent" % "2.3.3", + "com.typesafe.akka" %% "akka-testkit" % "2.3.3", //"com.typesafe.akka" %% "akka-slf4j" % "2.3.3", "net.databinder.dispatch" %% "dispatch-core" % "0.11.1", "net.databinder.dispatch" %% "dispatch-lift-json" % "0.11.0",