Merge pull request #308 from eed3si9n/wip/gigahorse

Gigahorse 0.5.0
This commit is contained in:
eugene yokota 2019-06-19 00:36:45 -04:00 committed by GitHub
commit ff516eea2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -14,12 +14,9 @@ env:
matrix:
include:
- env:
- TRAVIS_JDK=11.0.2.hs-adpt
- TRAVIS_JDK=11.0.3.hs-adpt
- env:
- TRAVIS_JDK=8.0.202.hs-adpt
before_install:
- curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.11.0/install.sh | bash && . ~/.jabba/jabba.sh
- TRAVIS_JDK=8.0.212.hs-adpt
before_install:
# adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation

View File

@ -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"
}