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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3c7bcf49 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
3c7bcf49 is described below
commit 3c7bcf496e746461417af7f530a0212c7c993c5c
Author: chaokunyang <[email protected]>
AuthorDate: Tue May 6 11:59:42 2025 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/scala_guide.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 53092790..df783c9f 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -34,13 +34,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.10.1"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.2"
```
To add a dependency on Fury scala for scala 3 with sbt, use the following:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.2"
```
## Quict Start
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]