Skip to content

Commit 07abdf0

Browse files
authored
APIS-6956 - Play json to 3.x (#89)
1 parent ab95080 commit 07abdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/AppDependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ object AppDependencies {
55

66
lazy val libraryDependencies = compile ++ test
77

8-
private lazy val bootstrapVersion = "8.4.0"
8+
private lazy val bootstrapVersion = "8.5.0"
99
private lazy val hmrcMongoVersion = "1.7.0"
1010
private lazy val scalaJVersion = "2.4.2"
11-
val commonDomainVersion = "0.10.0"
11+
val commonDomainVersion = "0.13.0"
1212

1313
private lazy val compile = Seq(
1414
"uk.gov.hmrc" %% "bootstrap-backend-play-30" % bootstrapVersion,

0 commit comments

Comments
 (0)