aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-08-27 09:54:36 +0200
committer zaaarf <zaaarf@proton.me>2023-08-27 09:54:36 +0200
commitffbcdaeee10d72ba8a65aa1458d538a3c26fdd2a (patch)
treed7405c1d884cdcd22aa893a866620c2bdb8b39f2 /build.gradle
parentbbea72ed47ccde96a4200382e4ea67e277cd5378 (diff)
feat: added type descriptor support0.1.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3745265..dae1fae 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ repositories {
dependencies {
implementation 'commons-cli:commons-cli:1.5.0'
- implementation 'ftbsc.lll:mapper:0.2.2'
+ implementation 'ftbsc.lll:mapper:0.2.3'
implementation 'com.google.auto.service:auto-service-annotations:1.1.0'
annotationProcessor 'com.google.auto.service:auto-service:1.1.0'
}