Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Update readme now that 5.17 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Aug 21, 2012
1 parent 3d14df0 commit 01359e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the dependency to your build
In your build.sbt:

resolvers += "Guardian Github Snapshots" at "http://guardian.github.com/maven/repo-releases"
libraryDependencies += "com.gu" %% "management-servlet-api" % "5.15"
libraryDependencies += "com.gu" %% "management-servlet-api" % "5.17"

As of 5.7, Scala 2.8.1 and 2.9.0-1 are no longer supported. Upgrade your project
to Scala 2.9.1.
Expand Down Expand Up @@ -112,7 +112,7 @@ Add the dependency to your build
In your build.sbt for sbt 0.10:

resolvers += "Guardian Github Snapshots" at "http://guardian.github.com/maven/repo-releases"
libraryDependencies += "com.gu" %% "management-play" % "5.15"
libraryDependencies += "com.gu" %% "management-play" % "5.17"

As of 5.7, Scala 2.8.1 and 2.9.0-1 are no longer supported. Upgrade your project
to Scala 2.9.1.
Expand Down Expand Up @@ -184,7 +184,7 @@ Add the dependency to your build
In your build.sbt for sbt 0.10:

resolvers += "Guardian Github Snapshots" at "http://guardian.github.com/maven/repo-releases"
libraryDependencies += "com.gu" %% "management-internal" % "5.15"
libraryDependencies += "com.gu" %% "management-internal" % "5.17"

Implement a handler
-------------------
Expand Down Expand Up @@ -226,7 +226,7 @@ Configure your dependencies
---------------------------

resolvers += "Guardian Github Snapshots" at "http://guardian.github.com/maven/repo-releases"
libraryDependencies += "com.gu" %% "management-play" % "5.15"
libraryDependencies += "com.gu" %% "management-play" % "5.17"

Add to the play plugins file
----------------------------
Expand Down

0 comments on commit 01359e5

Please sign in to comment.