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 c7334ea commit 39abdfdCopy full SHA for 39abdfd
README.md
@@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
39
<dependency>
40
<groupId>com.github.javadev</groupId>
41
<artifactId>underscore</artifactId>
42
- <version>1.72</version>
+ <version>1.73</version>
43
</dependency>
44
...
45
</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
48
Gradle:
49
50
```groovy
51
-implementation 'com.github.javadev:underscore:1.72'
+implementation 'com.github.javadev:underscore:1.73'
52
```
53
54
### Usage
0 commit comments