upgrade spray cache

pull/83/head
Thibault Duplessis 2014-04-20 13:52:56 +02:00
parent 2e2d79af5d
commit 7aa81e7bac
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ object Dependencies {
val test = "com.typesafe.play" %% "play-test" % version
}
object spray {
val version = "1.2.0"
val version = "1.2.1"
val caching = "io.spray" % "spray-caching" % version
val util = "io.spray" % "spray-util" % version
}