1 parent c31c276 commit a479813Copy full SHA for a479813
1 file changed
README.md
@@ -22,14 +22,14 @@ JDK 22 and 23 support gatherers as a preview feature.
22
<dependency>
23
<groupId>io.github.jhspetersson</groupId>
24
<artifactId>packrat</artifactId>
25
- <version>0.2.1</version>
+ <version>0.2.2</version>
26
</dependency>
27
```
28
29
#### Gradle
30
31
```groovy
32
-implementation("io.github.jhspetersson:packrat:0.2.1")
+implementation("io.github.jhspetersson:packrat:0.2.2")
33
34
35
### Gatherers
0 commit comments