new sjson

This commit is contained in:
Dale Wijnand 2016-12-06 11:27:17 +00:00
parent 10183dcf3d
commit 11efe6846f
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ object Dependencies {
val parserCombinator211 = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
val sjsonnewVersion = "6.0.0"
val sjsonnewVersion = "0.6.0-dnw"
val sjsonnew = "com.eed3si9n" %% "sjson-new-core" % sjsonnewVersion
val sjsonnewScalaJson = "com.eed3si9n" %% "sjson-new-scalajson" % sjsonnewVersion
}