This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury.git
The following commit(s) were added to refs/heads/main by this push:
new 07eed09a docs: Update to latest version (#2080)
07eed09a is described below
commit 07eed09a640fbd6fdc43416d9e1b7071880de4af
Author: weipeng <[email protected]>
AuthorDate: Fri Feb 21 14:07:23 2025 +0800
docs: Update to latest version (#2080)
Update the version in docs to latest
---
README.md | 10 +++++-----
docs/guide/scala_guide.md | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 89bf7f04..44ca7f01 100644
--- a/README.md
+++ b/README.md
@@ -125,13 +125,13 @@ Release version:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-core</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-format</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</dependency> -->
```
@@ -140,13 +140,13 @@ Release version:
Scala2:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
```
Scala3:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
```
### Kotlin
@@ -155,7 +155,7 @@ libraryDependencies += "org.apache.fury" % "fury-scala_3" %
"0.9.0"
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</dependency>
```
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 51ef4f03..8e98e1f7 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -19,13 +19,13 @@ Scala 2 and 3 are both supported.
To add a dependency on Fury scala for scala 2 with sbt, use the following:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
```
To add a dependency on Fury scala for scala 3 with sbt, use the following:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
```
## Quict Start
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]