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/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e907511a fix fory scala version for 0.12.0 (#293)
e907511a is described below

commit e907511a345c005a138a9fb08a91766cad6f437b
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Aug 18 19:33:27 2025 +0800

    fix fory scala version for 0.12.0 (#293)
---
 versioned_docs/version-0.12/guide/scala_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versioned_docs/version-0.12/guide/scala_guide.md 
b/versioned_docs/version-0.12/guide/scala_guide.md
index c0ca6496..563e1e65 100644
--- a/versioned_docs/version-0.12/guide/scala_guide.md
+++ b/versioned_docs/version-0.12/guide/scala_guide.md
@@ -34,7 +34,7 @@ Scala 2 and 3 are both supported.
 To add a dependency on Fory scala for with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.11.2"
+libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.12.0"
 ```
 
 ## Quick Start


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to