From a7ba75b1b6ca4faa392cb3e5655fc784687e02ac Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Thu, 5 Nov 2020 15:16:00 -0500 Subject: added discord reporter --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sbt') 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 -- cgit v1.1