diff --git a/project/AppDependencies.scala b/project/AppDependencies.scala index 2d419c1..7b9f650 100644 --- a/project/AppDependencies.scala +++ b/project/AppDependencies.scala @@ -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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 1cab2c2..65a78b9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")