Skip to content

Commit 99d9289

Browse files
Update postgresql to 42.7.11
1 parent 68b2abc commit 99d9289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ lazy val bench = project
263263
.dependsOn(core.jvm)
264264
.settings(commonSettings)
265265
.settings(
266-
libraryDependencies += "org.postgresql" % "postgresql" % "42.7.4"
266+
libraryDependencies += "org.postgresql" % "postgresql" % "42.7.11"
267267
)
268268

269269
lazy val unidocs = project

0 commit comments

Comments
 (0)