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 8f2db2eb fix(scala): fix scala release version (#1756)
8f2db2eb is described below

commit 8f2db2eb8f0e8c86feab3632574ca70025cf3728
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Jul 24 12:03:59 2024 +0800

    fix(scala): fix scala release version (#1756)
    
    ## What does this PR do?
    
    fix scala release version
    
    ## Related issues
    
    <!--
    Is there any related issue? Please attach here.
    
    - #xxxx0
    - #xxxx1
    - #xxxx2
    -->
    
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/fury/issues/new/choose) describing the
    need to do so and update the document if necessary.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    -->
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ae2da14f..e0cb4597 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ Release version:
 
 ### Scala
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-core" % "0.6.6"
+libraryDependencies += "org.apache.fury" % "fury-core" % "0.6.0"
 ```
 
 ### Python


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

Reply via email to