From aad82d9ab2fecc4cb86567dc61f8be5f452e2c15 Mon Sep 17 00:00:00 2001 From: David Backeus Date: Tue, 13 Aug 2024 22:26:54 +0200 Subject: [PATCH] Heroku app.json: Use Postgres 16 (#443) Since Postgres 13 is deprecated. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index cb5540773..2e2b1ad1c 100644 --- a/app.json +++ b/app.json @@ -38,7 +38,7 @@ { "plan": "heroku-postgresql", "options": { - "version": "13" + "version": "16" } } ]