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.
1 parent dcf9a65 commit a952b21Copy full SHA for a952b21
project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
val ScalaTestVersion = "3.2.19"
15
16
val JdbcDrivers = Seq(
17
- "org.postgresql" % "postgresql" % "42.7.5",
+ "org.postgresql" % "postgresql" % "42.7.6",
18
"com.h2database" % "h2" % "2.3.232",
19
"com.mysql" % "mysql-connector-j" % "9.3.0",
20
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")
0 commit comments