bump to Gigahorse 0.4.0

This commit is contained in:
Eugene Yokota 2019-04-04 00:19:34 -04:00
parent 767488b57f
commit 8c01d9f215
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ object Dependencies {
val sjsonnewScalaJson = Def.setting {
"com.eed3si9n" %% "sjson-new-scalajson" % contrabandSjsonNewVersion.value
}
val gigahorseOkhttp = "com.eed3si9n" %% "gigahorse-okhttp" % "0.3.0"
val gigahorseOkhttp = "com.eed3si9n" %% "gigahorse-okhttp" % "0.4.0"
val okhttpUrlconnection = "com.squareup.okhttp3" % "okhttp-urlconnection" % "3.7.0"
private def scala211Module(name: String, moduleVersion: String) =