File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
1414 <dependency >
1515 <groupId >io.github.intisy</groupId >
1616 <artifactId >java-utils</artifactId >
17- <version >1.3.14 </version >
17+ <version >1.3.15 </version >
1818 </dependency >
1919```
2020
@@ -41,7 +41,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
4141 }
4242 }
4343 dependencies {
44- implementation 'io.github.intisy:java-utils:1.3.14 '
44+ implementation 'io.github.intisy:java-utils:1.3.15 '
4545 }
4646```
4747
@@ -50,10 +50,10 @@ Archives containing JAR files are available as [releases](https://github.com/int
5050 * Gradle (inside the or file)
5151``` groovy
5252 plugins {
53- id "io.github.intisy.java-utils" version "1.3.14 "
53+ id "io.github.intisy.java-utils" version "1.3.15 "
5454 }
5555 dependencies {
56- githubImplementation "intisy:java-utils:1.3.14 "
56+ githubImplementation "intisy:java-utils:1.3.15 "
5757 }
5858```
5959
You can’t perform that action at this time.
0 commit comments