File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # StreamEx 0.8.1
1+ # StreamEx 0.8.2
22Enhancing Java Stream API.
33
44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/one.util/streamex.svg )] ( https://maven-badges.herokuapp.com/maven-central/one.util/streamex/ )
@@ -133,7 +133,7 @@ Add this snippet to the pom.xml `dependencies` section:
133133<dependency >
134134 <groupId >one.util</groupId >
135135 <artifactId >streamex</artifactId >
136- <version >0.8.1 </version >
136+ <version >0.8.2 </version >
137137</dependency >
138138```
139139
@@ -142,7 +142,7 @@ Add this snippet to the pom.xml `dependencies` section:
142142Add this snippet to the build.gradle ` dependencies ` section:
143143
144144``` groovy
145- implementation 'one.util:streamex:0.8.1 '
145+ implementation 'one.util:streamex:0.8.2 '
146146```
147147
148148Pull requests are welcome.
Original file line number Diff line number Diff line change 2020
2121 <groupId >one.util</groupId >
2222 <artifactId >streamex-benchmark</artifactId >
23- <version >0.8.2-SNAPSHOT </version >
23+ <version >0.8.2</version >
2424
2525 <dependencies >
2626 <dependency >
Original file line number Diff line number Diff line change 2020
2121 <groupId >one.util</groupId >
2222 <artifactId >streamex</artifactId >
23- <version >0.8.2-SNAPSHOT </version >
23+ <version >0.8.2</version >
2424 <packaging >jar</packaging >
2525
2626 <name >StreamEx</name >
You can’t perform that action at this time.
0 commit comments