1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-17 09:41:08 +01:00

PGPainless 1.4.0-rc1

This commit is contained in:
Paul Schaub 2022-11-03 12:34:52 +01:00
parent 03a59260e9
commit 6283f54435
4 changed files with 7 additions and 6 deletions

View file

@ -191,7 +191,7 @@ repositories {
}
dependencies {
implementation 'org.pgpainless:pgpainless-core:1.3.12'
implementation 'org.pgpainless:pgpainless-core:1.4.0-rc1'
}
```