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