Skip to content

Commit

Permalink
Setting version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Xue committed May 22, 2017
1 parent c91a575 commit c66b79d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ Finally, find out your spark application's driver node address, open a browser a
```
<dependency>
<groupId>com.groupon.sparklint</groupId>
<artifactId>sparklint-spark161_2.10</artifactId>
<version>1.0.5</version>
<artifactId>sparklint-spark201_2.11</artifactId>
<version>1.0.6</version>
</dependency>
```
for build.sbt
```
libraryDependencies += "com.groupon.sparklint" %% "sparklint-spark161" % "1.0.5"
libraryDependencies += "com.groupon.sparklint" %% "sparklint-spark201" % "1.0.6"
```

##### Server mode (run on local machine)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.6-SNAPSHOT"
version in ThisBuild := "1.0.6"

0 comments on commit c66b79d

Please sign in to comment.