Skip to content

Commit

Permalink
Upgraded spark version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shina committed Jun 26, 2019
1 parent 36d840a commit 2ff3674
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -44,4 +44,5 @@ df.saveAsBigQueryTable("my-project:my_dataset.my_table")

# License

Derived from works - Copyright 2016 Spotify AB.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -21,7 +21,7 @@ scalaVersion := "2.11.11"
crossScalaVersions := Seq("2.10.6", "2.11.11")

spName := "odidere/spark-bigquery"
sparkVersion := "2.2.0"
sparkVersion := "2.3.0"
sparkComponents := Seq("core", "sql")
spAppendScalaVersion := true
spIncludeMaven := true
Expand Down Expand Up @@ -70,7 +70,7 @@ pomIncludeRepository := { _ => false }
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
else Some("releases" at nexus + "service/local/staging/deployByRepositoryId/iogithubodidere-1002")
}
publishMavenStyle := true

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.2.3"
version in ThisBuild := "0.2.4"

0 comments on commit 2ff3674

Please sign in to comment.