Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.15"
val postgresql = "org.postgresql" % "postgresql" % "42.2.16"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.13.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.12"
Expand Down