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 c046c7c8 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
c046c7c8 is described below
commit c046c7c8fc3e1b7e32b146f2d5bd1a43a57d5fc4
Author: chaokunyang <[email protected]>
AuthorDate: Fri Feb 21 06:07:37 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 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]