Skip to content

Commit

Permalink
change README to Java 8 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Aug 22, 2019
1 parent 3fdff10 commit 13fcee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Disclaimer: This is not an official Google product.

# MµG
A small Java 9 utilities library ([javadoc](http://google.github.io/mug/apidocs/index.html)), with 0 deps. ![](https://travis-ci.org/google/mug.svg?branch=master)
A small Java 8 utilities library ([javadoc](http://google.github.io/mug/apidocs/index.html)), with 0 deps. ![](https://travis-ci.org/google/mug.svg?branch=master)

* Stream utilities ([BiStream](#bistream-streams-pairs-of-objects), [MoreStreams](#morestreams)).
* [Optionals](#optionals) provides extra utilities for java.util.Optional.
Expand Down

0 comments on commit 13fcee1

Please sign in to comment.