Move OptJsonWriter to public API

This commit is contained in:
Dale Wijnand 2017-03-21 10:46:58 +00:00
parent ae4e53ceb0
commit 9cfa17d09e
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -1,4 +1,4 @@
package sbt.internal.util
package sbt.util
import sjsonnew.JsonWriter