mirror of https://github.com/sbt/sbt.git
commit
ff516eea2d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue