This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
build.sbt
27 lines (26 loc) · 1.51 KB
/
build.sbt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
scalacOptions ++= Seq(
"-encoding",
"UTF-8",
"-deprecation",
"-feature",
"-unchecked",
"-Xlint:-unused,_",
"-Yno-adapted-args",
"-Ywarn-numeric-widen",
)
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.7.1"
libraryDependencies += "com.iheart" %% "ficus" % "1.4.0"
libraryDependencies += "com.jcraft" % "jsch" % "0.1.53"
libraryDependencies += "com.typesafe" % "config" % "1.3.1"
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.3"
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.5.3"
libraryDependencies += "com.squareup.okhttp" % "okhttp-urlconnection" % "2.7.5"
libraryDependencies += "com.squareup.okhttp" % "okhttp" % "2.7.5"
libraryDependencies += "com.typesafe.play" %% "play-ahc-ws-standalone" % "1.0.0"
libraryDependencies += "com.typesafe.play" %% "play-ws-standalone-json" % "1.0.0"
libraryDependencies += "com.typesafe.play" %% "play-functional" % "2.6.0"
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.6.0"
libraryDependencies += "com.typesafe.play" %% "play-ws-standalone" % "1.0.0"
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "4.5.0.201609210915-r"
libraryDependencies += "org.kohsuke" % "github-api" % "1.95"
libraryDependencies += "org.slf4j" % "slf4j-api" % "1.7.25"