summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-07-25 22:38:14 -0400
committerTyler St. Onge <tylertstonge@gmail.com>2020-07-25 22:38:14 -0400
commit747b6af76b23650756811d896bf76b4331419784 (patch)
tree2e942c8296567cbe4d57f205f72029a62829bdda /build.sbt
parent945332ca057383f258c78fd15cbc22f8b8d58a83 (diff)
refine ftp component and add configuration capabilities
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 5 insertions, 1 deletions
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