We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b00aa5 + ba0e888 commit 25c4ec1Copy full SHA for 25c4ec1
src/main/scala/com/typesafe/sbt/SbtProguard.scala
@@ -70,7 +70,6 @@ object SbtProguard extends AutoPlugin {
70
}
71
72
def dependencies: Seq[Setting[_]] = Seq(
73
- resolvers += Resolver.bintrayRepo("guardsquare", "proguard"),
74
libraryDependencies += groupId((Proguard / proguardVersion).value) % "proguard-base" % (Proguard / proguardVersion).value % Proguard
75
)
76
0 commit comments