Skip to content

Commit b8558fa

Browse files
committed
Publishing core and bumping minor version
1 parent f218297 commit b8558fa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ lazy val `fs2-redis-core` = project.in(file("core"))
7777
.settings(commonSettings: _*)
7878
.settings(parallelExecution in Test := false)
7979
.enablePlugins(AutomateHeaderPlugin)
80-
.settings(noPublish)
8180

8281
lazy val `fs2-redis-effects` = project.in(file("effects"))
8382
.settings(commonSettings: _*)

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.5.0"
1+
version in ThisBuild := "0.5.1"

0 commit comments

Comments
 (0)