Skip to content

Commit

Permalink
Bump to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Dec 4, 2018
1 parent 1f846ba commit 5d3ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/mave
organization := "com.github.mrpowers"
name := "spark-daria"

version := "0.26.1"
version := "0.27.0"
crossScalaVersions := Seq("2.11.12", "2.12.7")
scalaVersion := "2.11.12"
sparkVersion := "2.4.0"
Expand Down

2 comments on commit 5d3ea70

@MrPowers
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gorros - I did a release and spark-daria v0.27.0 contains the methods you added. Thanks again!

@gorros
Copy link
Collaborator

@gorros gorros commented on 5d3ea70 Dec 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MrPowers Thanks. Let me know if there are any features that I can possibly contribute to.

Please sign in to comment.