Skip to content

Commit

Permalink
Merge pull request zio#644 from scala-steward/update/postgresql-42.3.5
Browse files Browse the repository at this point in the history
Update postgresql to 42.3.5
  • Loading branch information
jczuchnowski authored May 5, 2022
2 parents 6635180 + 44d7123 commit 7f67dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ lazy val jdbc = project
libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.postgresql" % "postgresql" % "42.3.4" % Test,
"org.postgresql" % "postgresql" % "42.3.5" % Test,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test
)
)
Expand Down 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.3.4" % Compile,
"org.postgresql" % "postgresql" % "42.3.5" % Compile,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test
)
)
Expand Down

0 comments on commit 7f67dc5

Please sign in to comment.