Skip to content

Commit

Permalink
Merge pull request #2332 from scalacenter/update/zinc-1.10.0
Browse files Browse the repository at this point in the history
build(deps): Update zinc from 1.9.6 to 1.10.0
  • Loading branch information
tgodzik authored May 8, 2024
2 parents e6f48f3 + 891984c commit e9fa8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private final class BloopNameHashing(
)
debug("\nChanges:\n" + newApiChanges)
val nextInvalidations = invalidateAfterInternalCompilation(
current.relations,
current,
newApiChanges,
recompiledClasses,
cycleNum >= options.transitiveStep,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val nailgunCommit = "a2520c1e"

// Keep in sync in BloopComponentCompiler
val zincVersion = "1.9.6"
val zincVersion = "1.10.0"

val bspVersion = "2.1.1"

Expand Down

0 comments on commit e9fa8d3

Please sign in to comment.