Skip to content

Instantly share code, notes, and snippets.

@eed3si9n
Created April 7, 2016 21:14
Show Gist options
  • Save eed3si9n/51363c0ba5873583cfb005788c86ef14 to your computer and use it in GitHub Desktop.
Save eed3si9n/51363c0ba5873583cfb005788c86ef14 to your computer and use it in GitHub Desktop.
Source dependency
lazy val scalaJson = ProjectRef(uri("git://github.com/mdedetrich/scala-json-ast.git#c5ee84"), "scalaJsonASTJVM")
lazy val root = (project in file(".")).
dependsOn(scalaJson).
settings(inThisBuild(List(
organization := "com.example",
scalaVersion := "2.11.8"
)),
name := "sourceDeps"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment