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 9106f23 + 172b1db commit 42a7aeeCopy full SHA for 42a7aee
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.3"
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.5"
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.9.0"
0 commit comments