Merge pull request #15051 from akka/wip-remove-unused-dependency-version-ban

=pro Remove unused dependency version
This commit is contained in:
Björn Antonsson 2014-04-24 13:16:29 +02:00
commit 9857c0e74e

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 {