Skip to content

Commit

Permalink
Merge pull request #119 from hmrc/DAC6-3330
Browse files Browse the repository at this point in the history
DAC6-3330: Update dependencies
  • Loading branch information
Vishakha1903 authored Oct 11, 2024
2 parents 954b27c + 9cc203f commit 842e003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ import sbt._

object AppDependencies {

private val bootstrapVersion = "9.1.0"
private val bootstrapVersion = "9.5.0"
private val hmrcMongoVersion = "2.2.0"

val compile = Seq[ModuleID](
play.sbt.PlayImport.ws,
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "10.5.0",
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.1.0",
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "10.13.0",
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.2.0",
"uk.gov.hmrc" %% "bootstrap-frontend-play-30" % bootstrapVersion,
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % hmrcMongoVersion,
"uk.gov.hmrc" %% "emailaddress" % "3.8.0",
"com.beachape" %% "enumeratum-play" % "1.8.1",
"uk.gov.hmrc" %% "crypto-json-play-30" % "7.6.0"
"uk.gov.hmrc" %% "crypto-json-play-30" % "8.1.0"
)

val test = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.22.0")

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

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

Expand Down

0 comments on commit 842e003

Please sign in to comment.