From fc6b9d6d0aeeb37e673ff1ed4c65d9b3bcfd228b Mon Sep 17 00:00:00 2001 From: Carl Thompson Date: Mon, 3 Jun 2024 12:22:51 +0100 Subject: [PATCH] prbot comments --- conf/logback.xml | 10 ---------- project/plugins.sbt | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/conf/logback.xml b/conf/logback.xml index 90a18852..8508f305 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -14,12 +14,6 @@ - - - %date{ISO8601} level=[%level] logger=[%logger] thread=[%thread] rid=[not-available] user=[not-available] message=[%message] %replace(exception=[%xException]){'^exception=\[\]$',''}%n - - - logs/access.log @@ -39,10 +33,6 @@ - - - - diff --git a/project/plugins.sbt b/project/plugins.sbt index c23a3f55..2d01ca34 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.21.0") +addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.22.0") addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.5.0")