summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-06-06 09:48:13 +0100
committerMichael Williamson <mike@zwobble.org>2026-06-06 09:48:13 +0100
commita1c4c7f89107deb3f59d8569d2463281e6179fb4 (patch)
tree861e827331e967f4e9cbfc12e5ad3e3a38df683d /pom.xml
parent4ff1c2d997d907cb6ace838775ed936a23320b1b (diff)
Improve error reporting for java-types config
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 954cc38..6e6444f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,12 +63,12 @@
<dependency>
<groupId>org.zwobble.source-text</groupId>
<artifactId>source-text</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.zwobble.json5</groupId>
<artifactId>zwobble-json5</artifactId>
- <version>0.1.1</version>
+ <version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>