We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f52c916 + 4c40d9d commit 089d148Copy full SHA for 089d148
project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
32
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
33
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
34
val monixExecution = "io.monix" %% "monix-execution" % Versions.monix
35
- val postgresql = "org.postgresql" % "postgresql" % "42.7.5"
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.8"
36
val pureConfigCore = "com.github.pureconfig" %% "pureconfig-core" % Versions.pureConfig
37
val pureConfigGeneric = "com.github.pureconfig" %% "pureconfig-generic" % Versions.pureConfig
38
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
0 commit comments