From 8e4d4a2e77ac48e141a9b2eab8ad11d4c36201de Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:58:18 +0000 Subject: [PATCH 1/3] Update play-json to 2.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 49f0e9648..be65a88ca 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val compilerOptions = Seq( ThisBuild / scalacOptions ++= compilerOptions -val playJsonVersion = "2.10.1" +val playJsonVersion = "2.10.2" val specsVersion: String = "4.8.3" val awsSdkVersion: String = "1.12.567" val doobieVersion: String = "0.13.4" From 985ba4c4f579d10ed2082b9383d54f4a82aa7354 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:58:21 +0000 Subject: [PATCH 2/3] Update sbt to 1.9.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 27430827b..e8a1e246e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.7 From c21d959b3175717c90d139e77149020fe014e090 Mon Sep 17 00:00:00 2001 From: Thomas King <102960825+tkgnm@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:45:41 +0000 Subject: [PATCH 3/3] Add mss-admins as codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..518c5200b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @guardian/mss-admins