mirror of https://github.com/sbt/sbt.git
Merge pull request #299 from eed3si9n/wip/gigahorse
bump to Gigahorse 0.4.0
This commit is contained in:
commit
f073dde812
|
|
@ -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) =
|
||||
|
|
|
|||
Loading…
Reference in New Issue