Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elbaulp committed Nov 7, 2016
1 parent e3ee1e6 commit d37c8bb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ name := "DDoS-Detection-System"
version := "1.0"

scalaVersion := "2.12.0"


scalacOptions := Seq(
"-encoding", "UTF-8", "-optimise",
"-deprecation", "-unchecked", "-feature", "-Xlint", "-Ywarn-infer-any")

libraryDependencies ++= Seq(
"org.log4s" %% "log4s" % "1.3.3",
"ch.qos.logback" % "logback-classic" % "1.0.13"
)

javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation", "-Xmx1g")

0 comments on commit d37c8bb

Please sign in to comment.