=pro Remove unused dependency version

This commit is contained in:
Björn Antonsson 2014-04-24 11:13:58 +02:00
parent 09cdfde569
commit 29c2bfaf97

View file

@ -1003,7 +1003,6 @@ object Dependencies {
val genJavaDocVersion = System.getProperty("akka.build.genJavaDocVersion", "0.7")
val scalaTestVersion = System.getProperty("akka.build.scalaTestVersion", "2.1.3")
val scalaCheckVersion = System.getProperty("akka.build.scalaCheckVersion", "1.11.3")
val scalaContinuationsVersion = System.getProperty("akka.build.scalaContinuationsVersion", "1.0.1")
}
object Compile {