Skip to content

Commit

Permalink
Merge pull request #299 from eed3si9n/wip/gigahorse
Browse files Browse the repository at this point in the history
bump to Gigahorse 0.4.0
  • Loading branch information
eed3si9n committed Apr 4, 2019
2 parents 767488b + 8c01d9f commit f073dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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) =
Expand Down

0 comments on commit f073dde

Please sign in to comment.