Skip to content

Instantly share code, notes, and snippets.

@ochafik
Last active December 13, 2015 20:08
Show Gist options
  • Save ochafik/4967923 to your computer and use it in GitHub Desktop.
Save ochafik/4967923 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-debug" % "0.3-SNAPSHOT" % "provided"
// Scalaxy/Debug 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