From 747b6af76b23650756811d896bf76b4331419784 Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Sat, 25 Jul 2020 22:38:14 -0400 Subject: refine ftp component and add configuration capabilities --- build.sbt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 04e6aec..7a7a1ff 100644 --- a/build.sbt +++ b/build.sbt @@ -4,4 +4,8 @@ name := "honeypot" organization := "com.tylerstonge" version := "1.0" -libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.6.6" +libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.6.8" +libraryDependencies += "org.typelevel" %% "jawn-ast" % "1.0.0" + +libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % Test +libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test \ No newline at end of file -- cgit v1.1