summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-07-18 01:24:12 -0400
committerTyler St. Onge <tylertstonge@gmail.com>2020-07-18 01:24:12 -0400
commit248f358e3a7602e5e3e4149ebbd0e7f1b6fa9e37 (patch)
tree671f263b351fe68b58207af6de90531a9fe9663a /build.sbt
initial commit
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 7 insertions, 0 deletions
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"