Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit f448f45

Browse files
authored
Merge pull request #75 from hmrc/BDOG-657b
Bdog 657b
2 parents 87dcff9 + a2dde45 commit f448f45

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Apache License
1+
2+
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/
45

@@ -178,15 +179,15 @@ Apache License
178179
APPENDIX: How to apply the Apache License to your work.
179180

180181
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
182+
boilerplate notice, with the fields enclosed by brackets "[]"
182183
replaced with your own identifying information. (Don't include
183184
the brackets!) The text should be enclosed in the appropriate
184185
comment syntax for the file format. We also recommend that a
185186
file or class name and description of purpose be included on the
186187
same "printed page" as the copyright notice for easier
187188
identification within third-party archives.
188189

189-
Copyright 2014 HM Revenue & Customs
190+
Copyright [yyyy] [name of copyright owner]
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.
@@ -199,4 +200,3 @@ Apache License
199200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200201
See the License for the specific language governing permissions and
201202
limitations under the License.
202-

project/LibraryDependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object LibraryDependencies {
88
val compile: Seq[ModuleID] = PlayCrossCompilation.dependencies(
99
shared = Seq(
1010
"com.github.nscala-time" %% "nscala-time" % "2.22.0",
11-
"org.reactivemongo" %% "reactivemongo" % "0.18.8",
11+
"org.reactivemongo" %% "reactivemongo" % "0.19.7",
1212
// force commons-codec to avoid 1.13 and 1.14 until 1.15 is available
1313
// see JIRA ticket BDOG-612
1414
"commons-codec" % "commons-codec" % "1.12" force()
@@ -17,7 +17,7 @@ object LibraryDependencies {
1717
"org.slf4j" % "slf4j-api" % "1.7.26",
1818
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
1919
"com.typesafe.play" %% "play" % play25Version,
20-
"org.reactivemongo" %% "reactivemongo-play-json" % "0.18.8-play25",
20+
"org.reactivemongo" %% "reactivemongo-play-json" % "0.19.7-play25",
2121
// force dependencies due to security flaws found in jackson-databind < 2.9.x using XRay
2222
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.8",
2323
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.8",
@@ -32,7 +32,7 @@ object LibraryDependencies {
3232
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
3333
"com.typesafe.play" %% "play" % play26Version,
3434
"com.typesafe.play" %% "play-guice" % play26Version,
35-
"org.reactivemongo" %% "reactivemongo-play-json" % "0.18.8-play26"
35+
"org.reactivemongo" %% "reactivemongo-play-json" % "0.19.7-play26"
3636
)
3737
)
3838

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.18
1+
sbt.version=1.3.8

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ resolvers += Resolver.url("hmrc-sbt-plugin-releases", url("https://dl.bintray.co
33

44
resolvers += Resolver.bintrayRepo("hmrc", "releases")
55

6-
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.13.0")
6+
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "2.6.0")
77

8-
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "1.15.0")
8+
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "2.1.0")
99

10-
addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "0.17.0")
10+
addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "1.2.0")
1111

12-
addSbtPlugin("uk.gov.hmrc" % "sbt-play-cross-compilation" % "0.15.0")
12+
addSbtPlugin("uk.gov.hmrc" % "sbt-play-cross-compilation" % "0.19.0")

src/main/play-26/play/modules/reactivemongo/ValueFinder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 HM Revenue & Customs
2+
* Copyright 2020 HM Revenue & Customs
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)