fix sbt build for okhttp-gson

This commit is contained in:
wing328
2016-05-31 22:22:54 +08:00
parent af0c8b5ed0
commit 73ab94dfbf
30 changed files with 746 additions and 29 deletions

View File

@@ -13,6 +13,6 @@ lazy val root = (project in file(".")).
"com.squareup.okhttp" % "okhttp" % "2.7.5",
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
"com.google.code.gson" % "gson" % "2.6.2",
"junit" % "junit" % "4.12.0" % "test"
"junit" % "junit" % "4.12" % "test"
)
)