Skip to content

Commit

Permalink
Bump up version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
potix2 committed Sep 4, 2018
1 parent 9a3df70 commit 9cf3c10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: scala
jdk: oraclejdk8
scala:
- 2.10.7
- 2.11.12

script:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This library has different versions of Spark 1.6+, and 2.0+:

| This library | Spark Version |
| ------------ | ------------- |
| 0.6.x | 2.3.x |
| 0.5.x | 2.0.x |
| 0.4.x | 1.6.x |

Expand All @@ -28,7 +29,7 @@ This library has different versions of Spark 1.6+, and 2.0+:
Using SBT:

```
libraryDependencies += "com.github.potix2" %% "spark-google-spreadsheets" % "0.5.0"
libraryDependencies += "com.github.potix2" %% "spark-google-spreadsheets" % "0.6.0"
```

Using Maven:
Expand Down Expand Up @@ -78,7 +79,7 @@ df.write.

## License

Copyright 2016, Katsunori Kanda
Copyright 2016-2018, Katsunori Kanda

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ organization := "com.github.potix2"

scalaVersion := "2.11.12"

crossScalaVersions := Seq("2.10.7", "2.11.12")
crossScalaVersions := Seq("2.11.12")

version := "0.5.0-SNAPSHOT"
version := "0.6.1-SNAPSHOT"

spName := "potix2/spark-google-spreadsheets"

Expand Down

0 comments on commit 9cf3c10

Please sign in to comment.