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 e624bda commit 6d79fcaCopy full SHA for 6d79fca
build.sbt
@@ -33,7 +33,7 @@ lazy val root = (project in file("."))
33
"org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
34
"org.tpolecat" %% "doobie-hikari" % "1.0.0-RC2",
35
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2",
36
- "org.postgresql" % "postgresql" % "42.3.2",
+ "org.postgresql" % "postgresql" % "42.4.1",
37
"com.google.code.gson" % "gson" % "2.8.9", // overriden because of a vulnerability
38
"com.disneystreaming" %% "weaver-cats" % "0.7.7" % Test,
39
"com.disneystreaming" %% "weaver-core" % "0.7.7" % Test,
0 commit comments