File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ lazy val doNotPublishArtifact = Seq(
7
7
publishArtifact in (Compile , packageBin) := false
8
8
)
9
9
10
- val monixConnectSeries = " 0.3 .0"
10
+ val monixConnectSeries = " 0.4 .0"
11
11
12
12
inThisBuild(List (
13
13
organization := " io.monix" ,
@@ -130,7 +130,6 @@ def profile: Project => Project = pr => {
130
130
val IT = config(" it" ) extend Test
131
131
132
132
lazy val monixConnect = (project in file(" ." ))
133
- .settings(skipOnPublishSettings)
134
133
.configs(IntegrationTest , IT )
135
134
.settings(sharedSettings)
136
135
.settings(name := " monix-connect" )
@@ -175,7 +174,7 @@ def monixConnector(
175
174
.settings(additionalSettings : _* )
176
175
.configure(profile)
177
176
.configs(IntegrationTest , IT )
178
- // .settings(mimaSettings(s"monix-$connectorName"))
177
+ .settings(mimaSettings(s " monix- $connectorName" ))
179
178
180
179
lazy val docs = project
181
180
.in(file(" monix-connect-docs" ))
You can’t perform that action at this time.
0 commit comments