You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the point is that when : A dependsOn B & B dependsOn C then sbt-dynver sees a local change in a working tree of project B for some reason unknown to me. Not sure what SBT is doing.
The text was updated successfully, but these errors were encountered:
l15k4
changed the title
Non-deterministic behavior
Cannot "dependOn" a project that "dependOn" another project
Apr 13, 2017
Hey,
if you try to open this project https://github.com/GlobalWebIndex/storage-partitioner in sbt, you end up with :
when this project is being built :
https://github.com/GlobalWebIndex/storage-partitioner/blob/master/build.sbt#L33
it only happens because
https://github.com/GlobalWebIndex/druid4s.git
itself depends on :https://github.com/GlobalWebIndex/druid4s/blob/master/build.sbt#L15
So, the point is that when :
A dependsOn B
&B dependsOn C
then sbt-dynver sees a local change in a working tree of projectB
for some reason unknown to me. Not sure what SBT is doing.The text was updated successfully, but these errors were encountered: