Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
mantovani committed Oct 4, 2022
1 parent 3ac23a2 commit 06b290b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06b290b

Please sign in to comment.