mirror of https://github.com/sbt/sbt.git
Move OptJsonWriter to public API
This commit is contained in:
parent
ae4e53ceb0
commit
9cfa17d09e
|
|
@ -5,6 +5,7 @@ package sbt.internal.util
|
|||
|
||||
import Types._
|
||||
import scala.reflect.Manifest
|
||||
import sbt.util.OptJsonWriter
|
||||
|
||||
// T must be invariant to work properly.
|
||||
// Because it is sealed and the only instances go through AttributeKey.apply,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package sbt.internal.util
|
||||
package sbt.util
|
||||
|
||||
import sjsonnew.JsonWriter
|
||||
|
||||
Loading…
Reference in New Issue