We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeba325 commit 2a2cc35Copy full SHA for 2a2cc35
README.md
@@ -220,7 +220,7 @@ Add this snippet to the pom.xml `dependencies` section:
220
<dependency>
221
<groupId>io.github.parubok</groupId>
222
<artifactId>swing-stream-utils</artifactId>
223
- <version>1.34</version>
+ <version>1.35</version>
224
</dependency>
225
```
226
@@ -229,7 +229,7 @@ Add this snippet to the pom.xml `dependencies` section:
229
Add this snippet to the build.gradle `dependencies` section:
230
231
```groovy
232
-implementation 'io.github.parubok:swing-stream-utils:1.34'
+implementation 'io.github.parubok:swing-stream-utils:1.35'
233
234
235
### See Also
0 commit comments