3 class RedisClientProject(info: ProjectInfo) extends DefaultProject(info) with AutoCompilerPlugins
5 override def useDefaultConfigurations = true
7 val scalatest = "org.scala-tools.testing" % "scalatest" % "0.9.5" % "test->default"
8 val specs = "org.scala-tools.testing" % "specs" % "1.5.0"
9 val mockito = "org.mockito" % "mockito-all" % "1.7"
10 val junit = "junit" % "junit" % "4.5"
11 val sxr = compilerPlugin("org.scala-tools.sxr" %% "sxr" % "0.2.1")