File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1717package models .add
1818
1919import play .api .libs .json .*
20- import play .api .libs .json .{Json , OFormat }
2120
2221case class InternationalAddress (
2322 addressLine1 : String ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import uk.gov.hmrc.versioning.SbtGitVersioning.autoImport.majorVersion
77lazy val appName : String = " cis-contractor-frontend"
88
99ThisBuild / majorVersion := 0
10- ThisBuild / scalaVersion := " 3.3.5 "
10+ ThisBuild / scalaVersion := " 3.3.6 "
1111
1212lazy val microservice = (project in file(" ." ))
1313 .enablePlugins(PlayScala , SbtDistributablesPlugin )
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ import sbt.*
22
33object AppDependencies {
44
5- private val bootstrapVersion = " 10.5 .0"
5+ private val bootstrapVersion = " 10.7 .0"
66 private val hmrcMongoVersion = " 2.12.0"
77
88 val compile : Seq [ModuleID ] = Seq (
99 play.sbt.PlayImport .ws,
10- " uk.gov.hmrc" %% " play-frontend-hmrc-play-30" % " 12.31 .0" ,
10+ " uk.gov.hmrc" %% " play-frontend-hmrc-play-30" % " 12.32 .0" ,
1111 " uk.gov.hmrc" %% " bootstrap-frontend-play-30" % bootstrapVersion,
1212 " uk.gov.hmrc.mongo" %% " hmrc-mongo-play-30" % hmrcMongoVersion,
13- " uk.gov.hmrc" %% " domain-play-30" % " 11 .0.0" ,
13+ " uk.gov.hmrc" %% " domain-play-30" % " 13 .0.0" ,
1414 )
1515
1616 val test : Seq [ModuleID ] = Seq (
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.24.0")
88
99addSbtPlugin(" uk.gov.hmrc" % " sbt-distributables" % " 2.6.0" )
1010
11- addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.9 " )
11+ addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.10 " )
1212
1313addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" exclude(" org.scala-lang.modules" , " scala-xml_2.12" ))
1414
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import models.contact.ContactOptions
2525import pages .add .*
2626import pages .add .company .*
2727import pages .add .partnership .*
28- import pages .add .partnership .PartnershipNominatedPartnerNinoPage
2928
3029class NavigatorSpec extends SpecBase {
3130
You can’t perform that action at this time.
0 commit comments