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 e2b0689c 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
e2b0689c is described below
commit e2b0689caf8c5b9757a0c73aa1051b4262a30340
Author: chaokunyang <[email protected]>
AuthorDate: Mon Feb 17 15:58:41 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 8e98e1f7..51ef4f03 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.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.9.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.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.9.0"
```
## Quict Start
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]