mirror of https://github.com/sbt/sbt.git
Upgrade sjson-new
This commit is contained in:
parent
9a7abcb9c1
commit
10183dcf3d
|
|
@ -36,7 +36,7 @@ object Dependencies {
|
|||
|
||||
val parserCombinator211 = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
|
||||
|
||||
val sjsonnewVersion = "0.5.1"
|
||||
val sjsonnewVersion = "6.0.0"
|
||||
val sjsonnew = "com.eed3si9n" %% "sjson-new-core" % sjsonnewVersion
|
||||
val sjsonnewScalaJson = "com.eed3si9n" %% "sjson-new-scalajson" % sjsonnewVersion
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue