Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed Feb 9, 2019
1 parent 9ce0312 commit 681e304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Add the `transmogrifai-local` dependency into your project together with `hadria
For Gradle in `build.gradle` add:
```gradle
dependencies {
compile 'com.salesforce.transmogrifai:transmogrifai-local_2.11:0.5.0'
compile 'com.salesforce.transmogrifai:transmogrifai-local_2.11:0.5.1'
runtime 'com.opendatagroup:hadrian:0.8.5'
}
```
For SBT in `build.sbt` add:
```sbt
libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-local" % "0.5.0"
libraryDependencies += "com.salesforce.transmogrifai" %% "transmogrifai-local" % "0.5.1"

libraryDependencies += libraryDependencies += "com.opendatagroup" % "hadrian" % "0.8.5" % Runtime
```
Expand Down

0 comments on commit 681e304

Please sign in to comment.