Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand authored Nov 14, 2022
1 parent 0a139c0 commit 6c04837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Fork the [samples workspace](https://github.com/Atmosphere/atmosphere-samples/tr

Download [Atmosphere Play!](http://search.maven.org/#search%7Cga%7C1%7Catmosphere-play), use Maven or [sbt](http://ntcoding.blogspot.ca/2013/09/atmosphere-scala-sbt-akka-step-by-step.html)


For Play 2.8.x+ and Atmosphere 2.7+:

```xml
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-play</artifactId>
<version>2.6.0</version>
</dependency>
```

For Play 2.6.x+ and Atmosphere 2.7+:

```xml
Expand Down

0 comments on commit 6c04837

Please sign in to comment.