PostgreSGL 10 Standards (#1127)

* attempting to resolve pg14->pg10 issues

* unidon't

* rev 1

* rev 2

* rev 3

* rev 4
This commit is contained in:
Fate-JH 2023-10-08 11:52:50 -04:00 committed by GitHub
parent c68d5e9864
commit 0b0b23d99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 441 additions and 110 deletions

View file

@ -134,7 +134,7 @@ lazy val QuietTest = config("quiet") extend Test
lazy val docs = (project in file("docs"))
.settings(psforeverSettings: _*)
.enablePlugins(ScalaUnidocPlugin)
//.enablePlugins(ScalaUnidocPlugin)
.settings(
name := "psforever"
)