Documentation

You are viewing the documentation for the 2.1.x release series. The latest stable release series is 3.0.x.

§Artifact repositories

§Typesafe repository

All Play artifacts are published to the Typesafe repository at http://repo.typesafe.com/typesafe/releases/.

Note: it’s a Maven2 compatible repository.

To enable it in your sbt build, you must add a proper resolver (typically in plugins.sbt):

// The Typesafe repository
resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"

§Accessing snapshots

Snapshots are published daily from our Continuous Server to the Typesafe snapshots repository at http://repo.typesafe.com/typesafe/snapshots/.

// The Typesafe snapshots repository
resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"

Found an error in this documentation? The source code for this page can be found here. After reading the documentation guidelines, please feel free to contribute a pull request. Have questions or advice to share? Go to our community forums to start a conversation with the community.