Since 2.3.x Play is distributed as an Activator distribution that contains all Plays dependencies to follow sbt rules, that is, locally built dependencies / libraries go to ~/.ivy2/localwhile the cache of loaded dependencies / libraries is under ~/.ivy2/cache.
And later in the document What's New in Play 2.3 :
- ivy
, .ivy2 .
, Play sbt, , .
update (, , compile run) Play 2.3.x, ~/.ivy2/cache.
activator-1.2.3/repository Ivy2, , -.
~/.m2 , Resolvers. sbt.
fullResolvers, /.
[jacoco4sbt-play] $ help fullResolvers
Combines the project resolver, default resolvers, and user-defined resolvers.
[jacoco4sbt-play] $ show fullResolvers
[info] ArrayBuffer(Raw(ProjectResolver(inter-project, mapped: )), FileRepository(local,FileConfiguration(true,None),Patterns(ivyPatterns=List(${ivy.home}/local/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]), artifactPatterns=List(${ivy.home}/local/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]), isMavenCompatible=false, descriptorOptional=false, skipConsistencyCheck=false)), public: http://repo1.maven.org/maven2/, Typesafe Releases Repository: http://repo.typesafe.com/typesafe/releases/)
[success] Total time: 0 s, completed Sep 23, 2014 11:02:19 PM