Open
Description
I'm using embedded-postgres in a Scala project and building with sbt. I now need features from postgres 12 but can't seem to understand how to use a Maven BOM from sbt. Maybe its not even possible:
sbt/sbt#4531
https://stackoverflow.com/questions/42032303/how-do-i-use-a-maven-bom-bill-of-materials-to-manage-my-dependencies-in-sbt
Is there any other way I can specify the postgres version to use, maybe programmatically?
Thanks for this project!