Skip to content

Commit

Permalink
Merge pull request #592 from scala-steward/update/postgresql-42.2.21
Browse files Browse the repository at this point in the history
Update postgresql from 42.2.20 to 42.2.21
  • Loading branch information
mergify[bot] authored Jun 10, 2021
2 parents f679b83 + 7a38add commit 067c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
val postgresql = "org.postgresql" % "postgresql" % "42.2.20"
val postgresql = "org.postgresql" % "postgresql" % "42.2.21"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.16.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4"
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
Expand Down

0 comments on commit 067c2a1

Please sign in to comment.