Skip to content

Commit

Permalink
Merge branch 'main' into alarm-on-prod-only
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgnm authored Nov 10, 2023
2 parents f4b4e1e + 8bd413e commit d78ce77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @guardian/mss-admins
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.572"
val doobieVersion: String = "0.13.4"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7

0 comments on commit d78ce77

Please sign in to comment.