From 06b290b4945205596cc2de60a391a4b68e329a53 Mon Sep 17 00:00:00 2001 From: Daniel Mantovani Date: Mon, 3 Oct 2022 22:53:24 -0300 Subject: [PATCH] fixed version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de209781..1493b195 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.4-3.1" +libraryDependencies += "com.github.music-of-the-ainur" %% "almaren-framework" % "0.9.7-3.1" ``` To run in spark-shell: ``` -spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.4-3.1" +spark-shell --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.7-3.1" ``` ### Batch Example