Skip to content

Commit

Permalink
Publishing core and bumping minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Nov 7, 2018
1 parent f218297 commit b8558fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ lazy val `fs2-redis-core` = project.in(file("core"))
.settings(commonSettings: _*)
.settings(parallelExecution in Test := false)
.enablePlugins(AutomateHeaderPlugin)
.settings(noPublish)

lazy val `fs2-redis-effects` = project.in(file("effects"))
.settings(commonSettings: _*)
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.5.0"
version in ThisBuild := "0.5.1"

0 comments on commit b8558fa

Please sign in to comment.