fix: bump geb version

This commit is contained in:
zaaarf 2024-12-04 10:46:44 +01:00
parent 24cee5fb48
commit ee472c7fbd
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -25,6 +25,6 @@ repositories {
} }
dependencies { dependencies {
implementation 'ftbsc:geb:0.3.0' implementation 'ftbsc:geb:0.4.0'
implementation 'com.squareup:javapoet:1.13.0' implementation 'com.squareup:javapoet:1.13.0'
} }