Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting location of Dependencies.scala explicitly #16

Open
jatcwang opened this issue Jun 11, 2020 · 0 comments · May be fixed by #34
Open

Allow setting location of Dependencies.scala explicitly #16

jatcwang opened this issue Jun 11, 2020 · 0 comments · May be fixed by #34
Assignees

Comments

@jatcwang
Copy link

Many multi-module projects have the following directory structure

build.sbt
project
  Dependencies.scala
modules
  proj1
    src
      ...
  proj2
    src
      ...

But my understanding of the Dependencies.scala location detection only checks the current project's base dir and parent. i.e. it's designed for this structure

build.sbt
project
  Dependencies.scala
proj1
  src
    ...
proj2
  src
    ...

Are you happy with an sbt setting that allows you to set the location of Dependencies.scala explicitly? We can keep the default behaviour the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants