Skip to content

Instantly share code, notes, and snippets.

@ochafik
Created February 12, 2013 14:27
Show Gist options
  • Save ochafik/4770208 to your computer and use it in GitHub Desktop.
Save ochafik/4770208 to your computer and use it in GitHub Desktop.
// Only works with 2.10.0+
scalaVersion := "2.10.0"
// Dependency at compilation-time only (not at runtime).
libraryDependencies += "com.nativelibs4java" %% "scalaxy-loops" % "0.3-SNAPSHOT" % "provided"
// Scalaxy/Loops snapshots are published on the Sonatype repository.
resolvers += Resolver.sonatypeRepo("snapshots")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment