From 379f2e34d7c4f329d70ca1e51c89107fa9450577 Mon Sep 17 00:00:00 2001 From: Bocher Date: Tue, 2 Jan 2024 18:01:02 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index f26c198..62e4fec 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ CTS. If not, see . You can include CTS in your project thanks to Maven repositories. -From maven central, check https://search.maven.org/artifact/org.orbisgis/cts/1.5.2/bundle +From maven central, check https://search.maven.org/artifact/org.orbisgis/cts/1.7.1/bundle To use the current snapshot add in the pom @@ -54,7 +54,7 @@ and the following dependency org.orbisgis cts - 1.6.0-SNAPSHOT + 1.7.2-SNAPSHOT ```