Skip to content

Commit

Permalink
PLATOPS-1486 Upgraded sbt-artifactory to v0.12.0; upgraded other plug…
Browse files Browse the repository at this point in the history
…ins.
  • Loading branch information
jachro committed Jul 20, 2018
1 parent f163bff commit 9ab73f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resolvers += Resolver.url("hmrc-sbt-plugin-releases",
url("https://dl.bintray.com/hmrc/sbt-plugin-releases"))(Resolver.ivyStylePatterns)

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.12.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.13.0")

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

addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "0.11.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "0.12.0")

0 comments on commit 9ab73f9

Please sign in to comment.