From 9118930dac71391f83133897ea4925671e86237d Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Tue, 15 Dec 2015 22:22:28 +0100 Subject: [PATCH] Remove now unnecessary tut resolver see https://github.com/tpolecat/tut/issues/71 for more info --- project/plugins.sbt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6eb70f9a61..d5e4e7cb5c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,3 @@ -resolvers += Resolver.url( - "tpolecat-sbt-plugin-releases", - url("http://dl.bintray.com/content/tpolecat/sbt-plugin-releases"))( - Resolver.ivyStylePatterns) - addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")