Skip to content

Commit

Permalink
API-5560 - Bootstrap play upgrade 7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
anjumabbas5 committed Jan 4, 2023
1 parent a7bf96e commit 822373b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ lazy val acceptanceTestSettings =
def onPackageName(rootPackage: String): String => Boolean = { testName => testName startsWith rootPackage }

// Note that this task has to be scoped globally
bloopAggregateSourceDependencies in Global := true
Global / bloopAggregateSourceDependencies := true
4 changes: 2 additions & 2 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import play.core.PlayVersion
object AppDependencies {
def apply(): Seq[ModuleID] = dependencies ++ testDependencies

private lazy val mongoVersion = "0.70.0"
private lazy val bootstrapVersion = "7.2.0"
private lazy val mongoVersion = "0.74.0"
private lazy val bootstrapVersion = "7.12.0"

private lazy val dependencies = Seq(
"uk.gov.hmrc" %% "bootstrap-backend-play-28" % bootstrapVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.7.2
12 changes: 6 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ resolvers += Resolver.url("HMRC-open-artefacts-ivy", url("https://open.artefacts

resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("uk.gov.hmrc" %% "sbt-auto-build" % "3.8.0")
addSbtPlugin("uk.gov.hmrc" %% "sbt-distributables" % "2.1.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.7")
addSbtPlugin("uk.gov.hmrc" %% "sbt-auto-build" % "3.8.0")
addSbtPlugin("uk.gov.hmrc" %% "sbt-distributables" % "2.1.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.18")

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.9")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.9")

0 comments on commit 822373b

Please sign in to comment.