From b617eb0c78d0dd9fb3d150cdd7ddc414625e3722 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Jun 2021 18:13:29 +0200 Subject: [PATCH] Update postgresql to 42.2.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c14a30a..b28bda9 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val testContainersScalaV = "0.39.4" // https://github.com/testcontainers/test val testContainersPostgresV = "1.15.3" // https://github.com/testcontainers/testcontainers-java/releases -val postgresV = "42.2.20" +val postgresV = "42.2.22" lazy val `flutterby` =