From ef4311acc8d69459e2a697514a91915c71571a6c Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 18 Jun 2019 23:10:35 -0400 Subject: [PATCH 1/3] Gigahorse 0.5.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 59d2ee7a9..d9a1e088a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" } From 8a6bdff16927ac8fc0b5ee9674ca7ef09d521f53 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 18 Jun 2019 23:15:55 -0400 Subject: [PATCH 2/3] bump AdoptOpenJDK --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ce21ae57..d6e844c13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +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 + - TRAVIS_JDK=8.0.212.hs-adpt before_install: - curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.11.0/install.sh | bash && . ~/.jabba/jabba.sh From 68adae1c8ec885d52cac255b75e6ec02ab47ba5a Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 18 Jun 2019 23:16:30 -0400 Subject: [PATCH 3/3] remove jabba --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6e844c13..e1d3fa441 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,6 @@ matrix: - env: - TRAVIS_JDK=8.0.212.hs-adpt -before_install: - - curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.11.0/install.sh | bash && . ~/.jabba/jabba.sh - before_install: # adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation - "[[ -d /home/travis/.sdkman/ ]] && [[ -d /home/travis/.sdkman/bin/ ]] || rm -rf /home/travis/.sdkman/"