1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 10:49:39 +02:00

PGPainless 1.0.0-rc3

This commit is contained in:
Paul Schaub 2021-11-21 22:39:30 +01:00
parent 9e715aabfe
commit 398ca5f9a5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 17 additions and 2 deletions

View file

@ -173,7 +173,7 @@ repositories {
}
dependencies {
implementation 'org.pgpainless:pgpainless-core:1.0.0-rc2'
implementation 'org.pgpainless:pgpainless-core:1.0.0-rc3'
}
```