Skip to content

Commit 9d5340e

Browse files
committed
chore: Fix after changes in zinc
1 parent 81388a7 commit 9d5340e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/scala/sbt/internal/inc/bloop/internal/BloopNameHashing.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private final class BloopNameHashing(
111111
)
112112
debug("\nChanges:\n" + newApiChanges)
113113
val nextInvalidations = invalidateAfterInternalCompilation(
114-
current.relations,
114+
current,
115115
newApiChanges,
116116
recompiledClasses,
117117
cycleNum >= options.transitiveStep,

0 commit comments

Comments
 (0)