mirror of https://github.com/sbt/sbt.git
Gigahorse 0.5.0
This commit is contained in:
parent
39bd17f339
commit
ef4311acc8
|
|
@ -58,6 +58,6 @@ object Dependencies {
|
|||
val sjsonnewScalaJson = Def.setting {
|
||||
"com.eed3si9n" %% "sjson-new-scalajson" % contrabandSjsonNewVersion.value
|
||||
}
|
||||
val gigahorseOkhttp = "com.eed3si9n" %% "gigahorse-okhttp" % "0.4.0"
|
||||
val gigahorseOkhttp = "com.eed3si9n" %% "gigahorse-okhttp" % "0.5.0"
|
||||
val okhttpUrlconnection = "com.squareup.okhttp3" % "okhttp-urlconnection" % "3.7.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue