summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-11-05 15:16:00 -0500
committerTyler St. Onge <tylertstonge@gmail.com>2020-11-05 15:16:00 -0500
commita7ba75b1b6ca4faa392cb3e5655fc784687e02ac (patch)
tree2fbb86557038b616513e1e2561d4e7ad7ae30d0e /build.sbt
parent07abec1108c69cf1f85ae039066e90f14eaca78a (diff)
added discord reporter
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 7a7a1ff..6dbf002 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,8 +4,11 @@ name := "honeypot"
organization := "com.tylerstonge"
version := "1.0"
+assemblyJarName in assembly := "honeypot-fatjar-1.0.jar"
+
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.6.8"
libraryDependencies += "org.typelevel" %% "jawn-ast" % "1.0.0"
+libraryDependencies += "org.scalaj" % "scalaj-http_2.13" % "2.4.2"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % Test
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test \ No newline at end of file