8000 1.2.0 · hammerlab/spark-util@37dad82 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Aug 4, 2017
1 parent 1d6598b commit 37dad82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "spark-util"

version := "1.2.0-SNAPSHOT"
version := "1.2.0"

deps += paths % "1.1.1-SNAPSHOT"
deps += paths % "1.2.0"

providedDeps += spark

testDeps := Seq(testUtils % "1.2.4-SNAPSHOT")
testDeps := Seq(testUtils % "1.3.0")
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.0.0-SNAPSHOT")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.0.0")

0 comments on commit 37dad82

Please sign in to comment.
0