libraryDependencies ++= Seq(
  jdbc,
  cache,
  "org.scalikejdbc" %% "scalikejdbc" % "[1.7,)",                // by scalikejdbc organization (@seratch, .....)
  "org.scalikejdbc" %% "scalikejdbc-interpolation" % "[1.7,)",  // by scalikejdbc organization
  "org.scalikejdbc" %% "scalikejdbc-play-plugin" % "[1.7,)",    // by scalikejdbc organization
  "com.github.tototoshi" %% "play-flyway" % "1.0.1",            // by me
  "com.github.mumoshu" %% "play2-memcached" % "0.3.0.2",        // by @mumoshu
  "com.github.nscala-time" %% "nscala-time" % "0.6.0",          // by nscala-time organization (@kmizu, @xuwei_k ...)
  "jp.t2v" %% "play2-auth" % "0.11.0",                          // by @gakuzzzz
  "jp.t2v" %% "play2-auth-test" % "0.11.0" % "test",            // by @gakuzzzz
  "postgresql" % "postgresql" % "9.1-901-1.jdbc4",                      
  "org.scalatest" %% "scalatest" % "2.0" % "test"
)