Documentation

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

§Artifact repositories

§Maven Central

All Play artifacts are published to the Maven Central at https://repo1.maven.org/maven2/com/typesafe/play/.

This repository is already enabled by default in your project, so you don’t need to manually add it.

§Accessing nightly snapshots

Nightly snapshots are published to the Sonatype snapshots repository at https://oss.sonatype.org/content/repositories/snapshots/. You can browse the play directory to find the version of the sbt-plugin you’d like to use in your plugins.sbt. To enable the snapshots repo in your build, you must add a resolver (typically in plugins.sbt):

resolvers += Resolver.sonatypeRepo("snapshots")

Next: Issue tracker


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.