~jan0sch/smederee

Showing details for patch 983686c4f311fae22e72f55928b9f5afac2e1d58.
2023-11-26 (Sun), 4:38 PM - Jens Grassel - 983686c4f311fae22e72f55928b9f5afac2e1d58

Update postgresql to 42.7.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-13 11:44:41.325927617 +0000
+++ new-smederee/build.sbt	2025-01-13 11:44:41.329927625 +0000
@@ -441,7 +441,7 @@
             val munitCatsEffect = "1.0.7"
             val munitDiscipline = "1.0.9"
             val osLib           = "0.9.2"
-            val postgresql      = "42.6.0"
+            val postgresql      = "42.7.0"
             val pureConfig      = "0.17.4"
             val scalaCheck      = "1.17.0"
             val simpleJavaMail  = "8.3.1"