From e72abced5e30cbcbfade4e979aa9d3d6505f306d Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 8 Mar 2017 18:18:52 -0500 Subject: no hashes on bintray for this and mavenCentral deps --- test/test.scala | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'test') diff --git a/test/test.scala b/test/test.scala index d93c040..59a85ac 100644 --- a/test/test.scala +++ b/test/test.scala @@ -155,22 +155,17 @@ object Main{ } ( - ( - if(System.getenv("CIRCLECI") == null){ - // tenporarily disable on circleci as it seems to have trouble reliably - // downloading from bintray - Dependencies( - Resolver( bintray("tpolecat") ).bind( - lib.ScalaDependency("org.tpolecat","tut-core","0.4.2", scalaMajorVersion="2.11") - ) - ).classpath.strings - } else Nil - ) ++ - Dependencies( - Resolver( sonatypeReleases ).bind( - MavenDependency("org.cvogt","scala-extensions_2.11","0.5.1") - ) - ).classpath.strings + Dependencies( + Resolver( bintray("tpolecat"), mavenCentral ).bind( + lib.ScalaDependency("org.tpolecat","tut-core","0.4.2", scalaMajorVersion="2.11", verifyHash = false) + ) + ).classpath.strings + ++ + Dependencies( + Resolver( sonatypeReleases ).bind( + MavenDependency("org.cvogt","scala-extensions_2.11","0.5.1") + ) + ).classpath.strings ++ Dependencies( Resolver( mavenCentral ).bind( -- cgit v1.2.3