diff --git a/build.sbt b/build.sbt index 774a4d591..4585dd1f6 100644 --- a/build.sbt +++ b/build.sbt @@ -68,10 +68,6 @@ def commonBaseSettings: Seq[Setting[_]] = Def.settings( componentID := None, resolvers += Resolver.typesafeIvyRepo("releases").withName("typesafe-sbt-build-ivy-releases"), resolvers += Resolver.sonatypeRepo("snapshots"), - resolvers += Resolver.url( - "bintray-scala-hedgehog", - url("https://dl.bintray.com/hedgehogqa/scala-hedgehog") - )(Resolver.ivyStylePatterns), testFrameworks += TestFramework("hedgehog.sbt.Framework"), testFrameworks += TestFramework("verify.runner.Framework"), Global / concurrentRestrictions += Util.testExclusiveRestriction,