From 8c29e29963284b56c157fcb8c521c56f05aae0db Mon Sep 17 00:00:00 2001 From: Daniel Mantovani Date: Mon, 3 Oct 2022 22:44:00 -0300 Subject: [PATCH] fixed version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8a103c6..e7bf485e 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ The Almaren Framework provides a simplified consistent minimalistic layer over A To add Almaren Framework dependency to your sbt build: ``` -libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.6-3.2" +libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.7-3.2" ``` To run in spark-shell: ``` -spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.6-3.2" +spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.7-3.2" ``` ### Batch Example