This is an automated email from the ASF dual-hosted git repository.

zkaoudi pushed a commit to branch zkaoudi-patch-5
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 78d82d504a1cb315f0be4b843e8e5ed0895c7534
Author: Zoi Kaoudi <zkao...@users.noreply.github.com>
AuthorDate: Wed Oct 1 19:32:36 2025 +0200

    Update develop-with-Wayang.md
    
    update with latest release version
---
 guides/develop-with-Wayang.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/guides/develop-with-Wayang.md b/guides/develop-with-Wayang.md
index 430cf2db3..357461a64 100644
--- a/guides/develop-with-Wayang.md
+++ b/guides/develop-with-Wayang.md
@@ -23,27 +23,27 @@ This tutorial shows users how to import Wayang in their 
Java project using the m
         <dependency>
             <groupId>org.apache.wayang</groupId>
             <artifactId>wayang-core</artifactId>
-            <version>0.7.1</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wayang</groupId>
             <artifactId>wayang-basic</artifactId>
-            <version>0.7.1</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wayang</groupId>
             <artifactId>wayang-java</artifactId>
-            <version>0.7.1</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wayang</groupId>
             <artifactId>wayang-spark</artifactId>
-            <version>0.7.1</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wayang</groupId>
             <artifactId>wayang-api-scala-java</artifactId>
-            <version>0.7.1</version>
+            <version>1.1.0</version>
         </dependency>
 ```
 

Reply via email to