From 248f358e3a7602e5e3e4149ebbd0e7f1b6fa9e37 Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Sat, 18 Jul 2020 01:24:12 -0400 Subject: initial commit --- build.sbt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build.sbt (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt new file mode 100644 index 0000000..04e6aec --- /dev/null +++ b/build.sbt @@ -0,0 +1,7 @@ +scalaVersion := "2.13.1" + +name := "honeypot" +organization := "com.tylerstonge" +version := "1.0" + +libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.6.6" -- cgit v1.1