Skip to content

Commit 23a981b

Browse files
authored
Merge pull request #10 from CodelyTV/update/postgresql-42.7.4
Update postgresql to 42.7.4
2 parents aa8b0ca + b2ebe4e commit 23a981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Dependencies {
1919
"org.mockito" %% "mockito-scala" % "1.17.37",
2020
"com.dimafeng" %% "testcontainers-scala" % "0.41.4",
2121
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4",
22-
"org.postgresql" % "postgresql" % "42.7.3"
22+
"org.postgresql" % "postgresql" % "42.7.4"
2323
).map(_ % Test)
2424

2525
val all: Seq[ModuleID] = prod ++ test

0 commit comments

Comments
 (0)