Skip to content

Commit

Permalink
Merge pull request #397 from xuwei-k/remove-bintray-resolver
Browse files Browse the repository at this point in the history
remove bintray resolver
  • Loading branch information
eed3si9n authored May 25, 2022
2 parents e15f0c1 + 8527166 commit c571b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def commonSettings: Seq[Setting[_]] = Def.settings(
resolvers += Resolver.typesafeIvyRepo("releases"),
resolvers += Resolver.sonatypeRepo("snapshots"),
resolvers += Resolver.sbtPluginRepo("releases"),
resolvers += "bintray-sbt-maven-releases" at "https://dl.bintray.com/sbt/maven-releases/",
testFrameworks += new TestFramework("verify.runner.Framework"),
// concurrentRestrictions in Global += Util.testExclusiveRestriction,
testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"),
Expand Down

0 comments on commit c571b46

Please sign in to comment.