Skip to content

Commit

Permalink
Merge pull request #710 from scala-steward/update/postgresql-42.3.0
Browse files Browse the repository at this point in the history
Update postgresql from 42.2.24 to 42.3.0
  • Loading branch information
mergify[bot] authored Oct 18, 2021
2 parents e9ff2c0 + fbd28da commit b322469
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.24"
val postgresql = "org.postgresql" % "postgresql" % "42.3.0"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.20"
Expand Down

0 comments on commit b322469

Please sign in to comment.