You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/12/29 12:34:42 UTC

[arrow-ballista] branch master updated: updated readme to contain correct versions of dependencies. (#580)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new 85dc0836 updated readme to contain correct versions of dependencies. (#580)
85dc0836 is described below

commit 85dc0836bf37cac39c5e3f5629550efd0be5b1c0
Author: Sai Krishna Reddy Lakkam <86...@users.noreply.github.com>
AuthorDate: Thu Dec 29 18:04:37 2022 +0530

    updated readme to contain correct versions of dependencies. (#580)
---
 ballista/client/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ballista/client/README.md b/ballista/client/README.md
index 1c6a15ce..fd3eaa7f 100644
--- a/ballista/client/README.md
+++ b/ballista/client/README.md
@@ -84,8 +84,8 @@ To build a simple ballista example, add the following dependencies to your `Carg
 
 ```toml
 [dependencies]
-ballista = "0.8"
-datafusion = "12.0.0"
+ballista = "0.10"
+datafusion = "14.0.0"
 tokio = "1.0"
 ```