Skip to content

Commit

Permalink
Bumps monix series and do not skip publish of the main module
Browse files Browse the repository at this point in the history
  • Loading branch information
paualarco committed Sep 5, 2020
1 parent df39699 commit eb8f006
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val doNotPublishArtifact = Seq(
publishArtifact in (Compile, packageBin) := false
)

val monixConnectSeries = "0.3.0"
val monixConnectSeries = "0.4.0"

inThisBuild(List(
organization := "io.monix",
Expand Down Expand Up @@ -130,7 +130,6 @@ def profile: Project => Project = pr => {
val IT = config("it") extend Test

lazy val monixConnect = (project in file("."))
.settings(skipOnPublishSettings)
.configs(IntegrationTest, IT)
.settings(sharedSettings)
.settings(name := "monix-connect")
Expand Down Expand Up @@ -175,7 +174,7 @@ def monixConnector(
.settings(additionalSettings: _*)
.configure(profile)
.configs(IntegrationTest, IT)
//.settings(mimaSettings(s"monix-$connectorName"))
.settings(mimaSettings(s"monix-$connectorName"))

lazy val docs = project
.in(file("monix-connect-docs"))
Expand Down

0 comments on commit eb8f006

Please sign in to comment.