From c8190a01fe19430373b2aa431e3ad479cc0aa93d Mon Sep 17 00:00:00 2001 From: Katsunori Kanda Date: Thu, 10 Mar 2016 21:08:30 +0900 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbf2422..4161adb 100644 --- a/README.md +++ b/README.md @@ -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: @@ -20,7 +20,7 @@ Using Maven: com.github.potix2 spark-google-spreadsheets_2.11 - 0.3.0 + 0.3.1 ```