Skip to content

Commit

Permalink
Remove bintray resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Feb 27, 2024
1 parent 8c06187 commit 81b1606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def commonAssemblySettings(module: String): immutable.Seq[Def.Setting[_]] =
val commonSettings: immutable.Seq[Def.Setting[_]] = List(
fork := true, // was hitting deadlock, fxxund similar complaints online, disabling concurrency helps: https://github.com/sbt/sbt/issues/3022, https://github.com/mockito/mockito/issues/1067
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"),
"Guardian Platform Bintray" at "https://dl.bintray.com/guardian/platforms"
Resolver.sonatypeRepo("releases")
),
libraryDependencies ++= Seq(
awsLambda,
Expand Down

0 comments on commit 81b1606

Please sign in to comment.