Skip to content

Commit 8231dd5

Browse files
committed
Update versions
1 parent 2cddf2d commit 8231dd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/AppDependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ object AppDependencies {
77
val compile = Seq(
88
play.sbt.PlayImport.ws,
99
"uk.gov.hmrc" %% "bootstrap-frontend-play-30" % bootstrapVersion,
10-
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % "2.10.0",
10+
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % "2.12.0",
1111
"uk.gov.hmrc" %% "play-frontend-hmrc-play-30" % "12.32.0",
12-
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.3.0",
12+
"uk.gov.hmrc" %% "play-conditional-form-mapping-play-30" % "3.5.0",
1313
"uk.gov.hmrc" %% "internal-auth-client-play-30" % "4.3.0",
1414
"org.typelevel" %% "cats-core" % "2.8.0",
1515
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases
44

55
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.24.0")
66
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.6.0")
7-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
7+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10")
88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
99
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")
1010
addSbtPlugin("com.github.sbt" % "sbt-concat" % "1.0.0")

0 commit comments

Comments
 (0)