File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -86,20 +86,25 @@ Returns `Throwing(Predicate|Supplier|Consumer`) instance as a new `ThrowingFunct
8686 <dependency>
8787 <groupId>com.pivovarit</groupId>
8888 <artifactId>throwing-function</artifactId>
89- <version>1.6.0 </version>
89+ <version>1.6.1 </version>
9090 </dependency>
9191
9292##### Gradle
9393
94- compile 'com.pivovarit:throwing-function:1.6.0 '
94+ compile 'com.pivovarit:throwing-function:1.6.1 '
9595
9696### Dependencies
9797
9898None - the library is implemented using core Java libraries.
9999
100100## Version history
101101
102- ## [ 1.6.0 (24-09-2024)] ( https://github.com/pivovarit/throwing-function/releases/tag/1.6.0 )
102+ ## [ 1.6.1 (25-09-2024)] ( https://github.com/pivovarit/throwing-function/releases/tag/1.6.1 )
103+
104+ * Explicit module configuration via a multi-release jar
105+ * Improved Javadoc
106+
107+ ### [ 1.6.0 (24-09-2024)] ( https://github.com/pivovarit/throwing-function/releases/tag/1.6.0 )
103108
104109* Added ` Automatic-Module-Name ` to MANIFEST
105110
You can’t perform that action at this time.
0 commit comments