Skip to content

Commit

Permalink
APID-143: ensure dependencies do not come from Bintray (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
worthydolt authored Apr 21, 2021
1 parent d32013f commit 6f0e3cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ lazy val microservice = Project(appName, file("."))
.settings(
unmanagedResourceDirectories in Compile += baseDirectory.value / "app" / "resources"
)
.settings(resolvers += Resolver.jcenterRepo)
.settings(scalacOptions ++= Seq("-Ypartial-unification"))
11 changes: 6 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
resolvers += Resolver.url("HMRC Sbt Plugin Releases", url("https://dl.bintray.com/hmrc/sbt-plugin-releases"))(
Resolver.ivyStylePatterns)

resolvers += "HMRC Releases" at "https://dl.bintray.com/hmrc/releases"
resolvers ++= Seq(
Resolver.url("HMRC-open-artefacts-ivy", url("https://open.artefacts.tax.service.gov.uk/ivy2"))(Resolver.ivyStylePatterns),
"hmrc-releases" at "https://artefacts.tax.service.gov.uk/artifactory/hmrc-releases/",
"third-party-maven-releases" at "https://artefacts.tax.service.gov.uk/artifactory/third-party-maven-releases/",
"HMRC-open-artefacts-maven" at "https://open.artefacts.tax.service.gov.uk/maven2")

resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "2.10.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "2.15.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "2.1.0")

Expand Down

0 comments on commit 6f0e3cb

Please sign in to comment.