mirror of https://github.com/sbt/sbt.git
Bump to latest IO and Util
This commit is contained in:
parent
a09af23cc6
commit
509c80c8a7
|
|
@ -20,7 +20,7 @@ import sbt.librarymanagement._
|
|||
import sbt.librarymanagement.ivy.{ InlineIvyConfiguration, IvyPaths }
|
||||
import sbt.util.Logger
|
||||
|
||||
import scalajson.ast.unsafe._
|
||||
import sjsonnew.shaded.scalajson.ast.unsafe._
|
||||
import scala.collection.mutable
|
||||
import jawn.{ SupportParser, MutableFacade }
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import java.net.URL
|
|||
import java.io.File
|
||||
|
||||
import sbt.internal._, librarymanagement._
|
||||
import scalajson.ast.unsafe._
|
||||
import sjsonnew.shaded.scalajson.ast.unsafe._
|
||||
import sjsonnew._, support.scalajson.unsafe._
|
||||
import org.scalatest.Assertion
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ object Dependencies {
|
|||
val scala211 = "2.11.11"
|
||||
val scala212 = "2.12.2"
|
||||
|
||||
private val ioVersion = "1.0.0-M12"
|
||||
private val utilVersion = "1.0.0-M26"
|
||||
private val ioVersion = "1.0.0-M13"
|
||||
private val utilVersion = "1.0.0-M27"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue