updated sjson to version 0.11
This commit is contained in:
parent
e667ff6805
commit
c6474e6c57
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
|
||||
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "2.3.0" % "compile" //New BSD
|
||||
|
||||
lazy val sjson = "net.debasishg" % "sjson_2.9.0.RC1" % "0.10" % "compile" //ApacheV2
|
||||
lazy val sjson_test = "net.debasishg" % "sjson_2.9.0.RC1" % "0.10" % "test" //ApacheV2
|
||||
lazy val sjson = "net.debasishg" % "sjson_2.9.0.RC1" % "0.11" % "compile" //ApacheV2
|
||||
lazy val sjson_test = "net.debasishg" % "sjson_2.9.0.RC1" % "0.11" % "test" //ApacheV2
|
||||
|
||||
lazy val slf4j = "org.slf4j" % "slf4j-api" % "1.6.0"
|
||||
lazy val logback = "ch.qos.logback" % "logback-classic" % "0.9.24"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue