From 8779409605cb72dc9c7550091575eeb6ca8cecb0 Mon Sep 17 00:00:00 2001 From: Benjy Date: Sat, 2 Nov 2013 20:52:41 -0700 Subject: [PATCH] Allow zinc to use InternedAnalysisFormats. --- .../src/main/scala/sbt/inc/InternedAnalysisFormats.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile/persist/src/main/scala/sbt/inc/InternedAnalysisFormats.scala b/compile/persist/src/main/scala/sbt/inc/InternedAnalysisFormats.scala index c9c299722..ae65c7b7e 100644 --- a/compile/persist/src/main/scala/sbt/inc/InternedAnalysisFormats.scala +++ b/compile/persist/src/main/scala/sbt/inc/InternedAnalysisFormats.scala @@ -19,7 +19,7 @@ import MultipleOutput.OutputGroup * * Has state, so cannot be an object. To use, wild-card import the implicits from an instance of this class. */ -private[sbt] final class InternedAnalysisFormats +final class InternedAnalysisFormats { // Formats that reads/write internable objects directly (i.e., not via the intern pool). // Note: Not implicit. We only want to use the full format explicitly, in specific places (such as when