Skip to content

Commit ed08e01

Browse files
Merge pull request #162 from hmrc/VOA-3635_AutoBARS_voa-bar_config_cleanup
VOA-3635 AutoBARS: `voa-bar` config cleanup
2 parents 872e4b2 + 141f598 commit ed08e01

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.10.6
1+
version = 3.10.7
22
runner.dialect = scala3
33
maxColumn = 160
44
lineEndings = unix

conf/application.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ mongodb {
7575
needToSendEmail = false
7676

7777
proxy {
78-
enabled = false
7978
host = localhost
8079
port = 3128
8180
protocol = http

project/AppDependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import play.core.PlayVersion
33

44
object AppDependencies {
55

6-
private val bootstrapVersion = "10.5.0"
6+
private val bootstrapVersion = "10.6.0"
77
private val hmrcMongoVersion = "2.12.0"
88
private val autoBarsXsdVersion = "9.17.0"
99
private val jacksonModuleScalaVersion = "2.21.0"

project/build.properties

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

0 commit comments

Comments
 (0)