Skip to content

Commit

Permalink
Merge pull request zio#505 from scala-steward/update/postgresql-42.2.24
Browse files Browse the repository at this point in the history
Update postgresql to 42.2.24
  • Loading branch information
jczuchnowski committed Dec 15, 2021
2 parents bb3fefc + 14b45d0 commit dc906c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ lazy val postgres = project
"org.testcontainers" % "database-commons" % testcontainersVersion % Test,
"org.testcontainers" % "postgresql" % testcontainersVersion % Test,
"org.testcontainers" % "jdbc" % testcontainersVersion % Test,
"org.postgresql" % "postgresql" % "42.2.23" % Compile,
"org.postgresql" % "postgresql" % "42.2.24" % Compile,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test
)
)
Expand Down

0 comments on commit dc906c4

Please sign in to comment.