Documentation

You are viewing the documentation for the 2.6.0-M3 development release. The latest stable release series is 3.0.x.

§Artifact repositories

§Typesafe repository

All Play artifacts are published to the Typesafe repository at https://repo.typesafe.com/typesafe/maven-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):

resolvers += Resolver.typesafeRepo("releases")

§Accessing snapshots

Snapshots are published daily from our Continuous Integration Server to the Sonatype snapshots repository at https://oss.sonatype.org/content/repositories/snapshots/.

resolvers += Resolver.sonatypeRepo("snapshots")

Next: Issue tracker