-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.sbt
60 lines (29 loc) · 1.71 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name := "kubbo-scala"
version := "1.0"
libraryDependencies += "com.typesafe.akka" % "akka-actor_2.10" % "2.3.6"
libraryDependencies += "com.typesafe.akka" % "akka-remote_2.10" % "2.3.6"
libraryDependencies += "com.typesafe.akka" % "akka-cluster_2.10" % "2.3.6"
libraryDependencies += "io.spray" % "spray-can" % "1.3.1"
//
//libraryDependencies += "io.spray" % "spray-routing" % "1.3.1"
//
//libraryDependencies += "io.spray" % "spray-caching" % "1.3.1"
//
//libraryDependencies += "io.spray" % "spray-client" % "1.3.1"
//libraryDependencies += "io.spray" % "spray-json_2.10" % "1.2.6"
//libraryDependencies += "io.spray" % "spray-testkit" % "1.3.1"
//libraryDependencies += "com.typesafe.akka" % "akka-testkit_2.10" % "2.3.6"
//libraryDependencies += "com.typesafe.akka" % "akka-osgi_2.10" % "2.3.6"
//libraryDependencies += "com.typesafe.akka" % "akka-contrib_2.10" % "2.3.6"
//libraryDependencies += "com.typesafe.akka" % "akka-camel_2.10" % "2.3.6"
//libraryDependencies += "com.typesafe.akka" % "akka-multi-node-testkit_2.10" % "2.3.6"
//libraryDependencies += "com.typesafe.akka" % "akka-kernel_2.10" % "2.3.6"
//libraryDependencies += "com.typesafe.akka" % "akka-transactor_2.10" % "2.3.6"
libraryDependencies += "org.scala-lang.modules" % "scala-async_2.10" % "0.9.2"
//libraryDependencies += "io.netty" % "netty-example" % "5.0.0.Alpha1"
libraryDependencies += "io.netty" % "netty-all" % "5.0.0.Alpha1"
libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.0.2"
libraryDependencies += "org.apache.logging.log4j" % "log4j-api" % "2.0.2"
libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.0.2"
libraryDependencies += "com.lmax" % "disruptor" % "3.3.0"
packAutoSettings