Skip to content

Commit

Permalink
Merge pull request #26 from hmrc/MTDSA-7164
Browse files Browse the repository at this point in the history
[MTDSA-7164] - dependency upgrades
  • Loading branch information
HarryBaxter authored Sep 29, 2020
2 parents 8dd1c91 + 7a78d08 commit 172dd50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ object AppDependencies {
"uk.gov.hmrc" %% "bootstrap-backend-play-27" % "2.20.0",
"uk.gov.hmrc" %% "domain" % "5.9.0-play-27",
//"uk.gov.hmrc" %% "play-hmrc-api" % "4.1.0-play-26",
"org.typelevel" %% "cats-core" % "2.1.1",
"org.typelevel" %% "cats-core" % "2.2.0",
compilerPlugin("com.github.ghik" % "silencer-plugin" % "1.7.0" cross CrossVersion.full),
"com.github.ghik" % "silencer-lib" % "1.7.0" % Provided cross CrossVersion.full,
"com.chuusai" %% "shapeless" % "2.3.3"
"com.chuusai" %% "shapeless" % "2.4.0-M1"
)

def test(scope: String = "test, it"): Seq[sbt.ModuleID] = Seq(
"org.scalatest" %% "scalatest" % "3.2.0" % scope,
"com.vladsch.flexmark" % "flexmark-all" % "0.36.8" % scope,
"org.scalacheck" %% "scalacheck" % "1.14.2" % scope,
"org.scalamock" %% "scalamock" % "4.4.0" % scope,
"org.scalamock" %% "scalamock" % "5.0.0" % scope,
"com.typesafe.play" %% "play-test" % PlayVersion.current % scope,
"org.scalatestplus.play" %% "scalatestplus-play" % "4.0.3" % scope,
"com.github.tomakehurst" % "wiremock" % "2.25.1" % scope
"com.github.tomakehurst" % "wiremock" % "2.27.2" % scope
)

// Fixes a transitive dependency clash between wiremock and scalatestplus-play
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ resolvers += Resolver.url("hmrc-sbt-plugin-releases", url("https://dl.bintray.co
resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases/"
resolvers += "HMRC Releases" at "https://dl.bintray.com/hmrc/releases"

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

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

addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "1.3.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "1.5.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.0.0")

Expand Down

0 comments on commit 172dd50

Please sign in to comment.