Skip to content

Commit

Permalink
Prep release for 0.4.0
Browse files Browse the repository at this point in the history
Also:
- turn on useGpg
  • Loading branch information
adelbertc committed Oct 15, 2017
1 parent 17078b6 commit 6506254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ lazy val framelessTypedDatasetREPL = Seq(
)

lazy val publishSettings = Seq(
useGpg := true,
publishMavenStyle := true,
publishTo := {
val nexus = "https://oss.sonatype.org/"
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 := "0.4.0-SNAPSHOT"
version in ThisBuild := "0.4.0"

0 comments on commit 6506254

Please sign in to comment.