Skip to content

Instantly share code, notes, and snippets.

@brettcave
Created November 25, 2013 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettcave/7642572 to your computer and use it in GitHub Desktop.
Save brettcave/7642572 to your computer and use it in GitHub Desktop.
libraryDependencies ++= {
if(!new java.io.File("project-module/lib/mylib-1.0.0.jar").exists)
Seq("com.org.mylib" % "mylib" % "1.0.0")
else
Seq()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment