Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Sep 18, 2012
1 parent 7366130 commit c207042
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions samples/scala-play2/README.md
Expand Up @@ -16,7 +16,7 @@ a dependency and a resolver to your Build.scala like this:
```scala
val appDependencies: Seq[sbt.ModuleID] = Seq(
/* your other dependencies */
"com.wordnik" %% "swagger-play2" % "1.1-SNAPSHOT")
"com.wordnik" %% "swagger-play2" % "1.1.1")

val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
Resolver.url("swagger-core-github-repo", url("http://wordnik.github.com/repository"))(Resolver.ivyStylePatterns),
Expand All @@ -32,8 +32,3 @@ play run
````

The application will listen on port 9000 and respond to `http://localhost:9000/resources.json`

### Limitations
Note the following limitations (which will go away very, very soon):

<li>- `api_key` filtering is not implemented</li>

0 comments on commit c207042

Please sign in to comment.