Skip to content

Commit

Permalink
Merge pull request zio-archive#738 from scala-steward/update/postgres…
Browse files Browse the repository at this point in the history
…ql-42.4.1

Update postgresql to 42.4.1
  • Loading branch information
jczuchnowski authored Aug 8, 2022
2 parents 02ece4f + 277b3cc commit 94150ab
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 @@ -117,7 +117,7 @@ lazy val jdbc = project
libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.postgresql" % "postgresql" % "42.4.0" % Test,
"org.postgresql" % "postgresql" % "42.4.1" % Test,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test
)
)
Expand Down Expand Up @@ -181,7 +181,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.4.0" % Compile,
"org.postgresql" % "postgresql" % "42.4.1" % Compile,
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test,
"ch.qos.logback" % "logback-classic" % logbackVersion % Test
)
Expand Down

0 comments on commit 94150ab

Please sign in to comment.