From 550cab8cdd5357ff3f4358856e7d739caf50b059 Mon Sep 17 00:00:00 2001 From: rocket-3 <47713503+rocket-3@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:26:23 +0300 Subject: [PATCH] Added a note in readme.md Its about cactoos versions needed to be kept up-to-date by maintainers of library projects. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ceba25d9..c95dffaa4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Java version required: 1.8+. StackOverflow tag is [cactoos](https://stackoverflow.com/questions/tagged/cactoos). +**Note:** please, don't forget to update `cactoos` version in your libraries, cause newer versions may break backwards compatibility and projects with newer version of `cactoos` may fail to even compile with your library then (due to Maven uses the newest version only for the whole compile context). + ## Input/Output More about it here: