Created
November 12, 2014 13:46
-
-
Save krishnabhargav/b2abf711718c56cb3c5a to your computer and use it in GitHub Desktop.
atmosphere/nettosphere build.sbt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libraryDependencies ++= Seq( | |
"org.atmosphere" % "atmosphere-runtime" % "1.0.4", | |
"org.atmosphere" % "nettosphere" % "2.1.9") | |
resolvers += "Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/" | |
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment