Skip to content

Commit

Permalink
Update versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed May 30, 2019
1 parent 9ab875a commit 154e188
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,11 @@ While this may seem a bit too magical, for those who want more control, Transmog
You can simply add TransmogrifAI as a regular dependency to an existing project.
Start by picking TransmogrifAI version to match your project dependencies from the version matrix below (if not sure - take the **stable** version):

| TransmogrifAI Version | Spark Version | Scala Version | Java Version |
|----------------------------|:-------------:|:-------------:|:------------:|
| 0.6.0 (unreleased, master) | 2.3 | 2.11 | 1.8 |
| **0.5.3 (stable)** | **2.3** | **2.11** | **1.8** |
| 0.5.2 | 2.3 | 2.11 | 1.8 |
| 0.5.1 | 2.3 | 2.11 | 1.8 |
| 0.5.0 | 2.3 | 2.11 | 1.8 |
| 0.4.0 | 2.2 | 2.11 | 1.8 |
| 0.3.4 | 2.2 | 2.11 | 1.8 |
| TransmogrifAI Version | Spark Version | Scala Version | Java Version |
|-------------------------------------------------|:-------------:|:-------------:|:------------:|
| 0.6.0 (unreleased, master) | 2.3 | 2.11 | 1.8 |
| **0.5.3 (stable)**, 0.5.2, 0.5.1, 0.5.0 | **2.3** | **2.11** | **1.8** |
| 0.4.0, 0.3.4 | 2.2 | 2.11 | 1.8 |

For Gradle in `build.gradle` add:
```gradle
Expand Down

0 comments on commit 154e188

Please sign in to comment.