Skip to content

Commit

Permalink
Merge branch 'main' into fix-http-alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgnm authored Nov 13, 2023
2 parents 3c7e8b4 + 795654d commit 6e066f1
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 6e066f1

Please sign in to comment.