mirror of https://github.com/sbt/sbt.git
Implement pickler for UpdateReport. #1763
This commit is contained in:
parent
c278ff0a5d
commit
862e72b2dc
|
|
@ -262,7 +262,7 @@ lazy val ivyProj = (project in file("ivy")).
|
||||||
settings(baseSettings: _*).
|
settings(baseSettings: _*).
|
||||||
settings(
|
settings(
|
||||||
name := "Ivy",
|
name := "Ivy",
|
||||||
libraryDependencies ++= Seq(ivy, jsch, json4sNative, jawnParser, jawnJson4s),
|
libraryDependencies ++= Seq(ivy, jsch, sbtSerialization),
|
||||||
testExclusive)
|
testExclusive)
|
||||||
|
|
||||||
// Runner for uniform test interface
|
// Runner for uniform test interface
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue