File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import sbt._
22
33object AppDependencies {
44
5- val bootstrapVersion = " 10.4 .0"
5+ val bootstrapVersion = " 10.7 .0"
66
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" ,
11- " uk.gov.hmrc" %% " play-frontend-hmrc-play-30" % " 12.20 .0" ,
12- " uk.gov.hmrc" %% " play-conditional-form-mapping-play-30" % " 3.3 .0" ,
10+ " uk.gov.hmrc.mongo" %% " hmrc-mongo-play-30" % " 2.12 .0" ,
11+ " uk.gov.hmrc" %% " play-frontend-hmrc-play-30" % " 12.32 .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 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases
44
55addSbtPlugin(" uk.gov.hmrc" % " sbt-auto-build" % " 3.24.0" )
66addSbtPlugin(" 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 " )
88addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
99addSbtPlugin(" io.github.irundaia" % " sbt-sassify" % " 1.5.2" )
1010addSbtPlugin(" com.github.sbt" % " sbt-concat" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments