Skip to content

Commit

Permalink
Fix compilation for 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jan 12, 2021
1 parent 968bff5 commit 7172532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object FileOptionsCache {
.mergeFrom(child)
.setScope(child.getScope) // retain child's scope

val preprocessorsIn = r.getPreprocessorsList.asScala
val preprocessorsIn = r.getPreprocessorsList.asScala.toSeq
r.clearPreprocessors
.addAllPreprocessors(clearNegatedPreprocessors(preprocessorsIn).asJava)
.build()
Expand Down

0 comments on commit 7172532

Please sign in to comment.