Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Mar 27, 2020
1 parent a85fc6f commit 18a871f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ most Java 8 language features and the latest release can also replace the standa
streamsupport backport (cf. the Proguard [documentation](https://www.guardsquare.com/en/products/proguard/manual/gradleplugin),
especially the section titled "Java 8 stream API support").

The current stable release of streamsupport is `streamsupport-1.7.1`.
The current stable release of streamsupport is `streamsupport-1.7.2`.

Want also lambdas? https://github.com/orfjackal/retrolambda

Expand All @@ -54,7 +54,7 @@ Please give feedback [here](https://github.com/stefan-zobel/streamsupport/issues

```gradle
dependencies {
compile 'net.sourceforge.streamsupport:streamsupport:1.7.1'
compile 'net.sourceforge.streamsupport:streamsupport:1.7.2'
}
```

Expand All @@ -65,7 +65,7 @@ dependencies {
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>streamsupport</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</dependency>
```

Expand Down

0 comments on commit 18a871f

Please sign in to comment.