We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81388a7 commit 9d5340eCopy full SHA for 9d5340e
backend/src/main/scala/sbt/internal/inc/bloop/internal/BloopNameHashing.scala
@@ -111,7 +111,7 @@ private final class BloopNameHashing(
111
)
112
debug("\nChanges:\n" + newApiChanges)
113
val nextInvalidations = invalidateAfterInternalCompilation(
114
- current.relations,
+ current,
115
newApiChanges,
116
recompiledClasses,
117
cycleNum >= options.transitiveStep,
0 commit comments