Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
potix2 committed Mar 10, 2016
1 parent 1a8c80f commit c8190a0
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 @@ -11,7 +11,7 @@ Google Spreadsheets datasource for [SparkSQL and DataFrames](http://spark.apache
Using SBT:

```
libraryDependenicies += "com.github.potix2" %% "spark-google-spreadsheets" % "0.3.0"
libraryDependenicies += "com.github.potix2" %% "spark-google-spreadsheets" % "0.3.1"
```

Using Maven:
Expand All @@ -20,7 +20,7 @@ Using Maven:
<dependency>
<groupId>com.github.potix2<groupId>
<artifactId>spark-google-spreadsheets_2.11</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand Down

0 comments on commit c8190a0

Please sign in to comment.