Skip to content

Instantly share code, notes, and snippets.

@bilal-fazlani
Created May 26, 2022 17:59
Show Gist options
  • Save bilal-fazlani/c9aaa77e42eb3302782ddd6410d80b78 to your computer and use it in GitHub Desktop.
Save bilal-fazlani/c9aaa77e42eb3302782ddd6410d80b78 to your computer and use it in GitHub Desktop.
SBT - Reference local sbt project as dependency
lazy val other = ProjectRef(file("../../../my-other-project"), "otherSubProjectName")
lazy val myProject = project
.in(file("./my-project"))
.dependsOn(other)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment