summaryrefslogtreecommitdiff
path: root/build.sbt
blob: 04e6aec25c79f3e27db01d0288847a1cfe9f565f (plain)
1
2
3
4
5
6
7
scalaVersion := "2.13.1"

name := "honeypot"
organization := "com.tylerstonge"
version := "1.0"

libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.6.6"