We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1f1c65 + cf28264 commit c803662Copy full SHA for c803662
build.sbt
@@ -119,7 +119,7 @@ lazy val common = project
119
"org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test,
120
"org.tpolecat" %% "doobie-h2" % doobieVersion % Test,
121
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
122
- "org.postgresql" % "postgresql" % "42.7.7",
+ "org.postgresql" % "postgresql" % "42.7.8",
123
"ch.qos.logback" % "logback-core" % logbackVersion,
124
"ch.qos.logback" % "logback-classic" % logbackVersion,
125
"net.logstash.logback" % "logstash-logback-encoder" % "8.1"
0 commit comments