From 6c048374809cbda1e9eab83e98443b3ac9328dfb Mon Sep 17 00:00:00 2001 From: Jeanfrancois Arcand Date: Mon, 14 Nov 2022 11:36:00 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cc87776..80389e8 100644 --- a/README.md +++ b/README.md @@ -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 + + org.atmosphere + atmosphere-play + 2.6.0 + +``` + For Play 2.6.x+ and Atmosphere 2.7+: ```xml