We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0a5aa commit ad3323cCopy full SHA for ad3323c
build.sbt
@@ -1,7 +1,7 @@
1
import Dependencies._
2
import xerial.sbt.Sonatype._
3
4
-val mainVersion = "0.3.3"
+val mainVersion = "0.3.5"
5
6
lazy val qbeastCore = (project in file("core"))
7
.settings(
@@ -26,7 +26,7 @@ lazy val qbeastSpark = (project in file("."))
26
Test / parallelExecution := false,
27
assembly / test := {},
28
assembly / assemblyOption := (assembly / assemblyOption).value.copy(includeScala = false),
29
- publish / skip := true)
+ publish / skip := false)
30
.settings(noWarningInConsole)
31
32
qbeastSpark / Compile / doc / scalacOptions ++= Seq(
0 commit comments