Skip to content

Instantly share code, notes, and snippets.

@krishnabhargav
Created November 12, 2014 13:46
Show Gist options
  • Save krishnabhargav/b2abf711718c56cb3c5a to your computer and use it in GitHub Desktop.
Save krishnabhargav/b2abf711718c56cb3c5a to your computer and use it in GitHub Desktop.
atmosphere/nettosphere build.sbt
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