mirror of
https://github.com/ysoftdevs/th.git
synced 2026-04-22 00:38:47 +02:00
added Adam's talk about spray.io
This commit is contained in:
21
2014_04_24_Adam_Warski_sprayio/build.sbt
Normal file
21
2014_04_24_Adam_Warski_sprayio/build.sbt
Normal file
@@ -0,0 +1,21 @@
|
||||
name := "spray-tutorial"
|
||||
|
||||
version := "1.0"
|
||||
|
||||
scalaVersion := "2.10.3"
|
||||
|
||||
resolvers += "spray repo" at "http://repo.spray.io"
|
||||
|
||||
val sprayVersion = "1.2.0"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.typesafe.akka" %% "akka-actor" % "2.2.3",
|
||||
"io.spray" % "spray-routing" % sprayVersion,
|
||||
"io.spray" % "spray-client" % sprayVersion,
|
||||
"io.spray" % "spray-testkit" % sprayVersion % "test",
|
||||
"org.json4s" %% "json4s-native" % "3.2.7",
|
||||
"com.typesafe" %% "scalalogging-slf4j" % "1.0.1",
|
||||
"ch.qos.logback" % "logback-classic" % "1.0.13",
|
||||
"org.scalatest" %% "scalatest" % "2.0" % "test",
|
||||
"org.mockito" % "mockito-all" % "1.9.5" % "test"
|
||||
)
|
||||
Reference in New Issue
Block a user