Skip to content

Commit ad3323c

Browse files
osopardo1osopardo1
osopardo1
authored and
osopardo1
committed
Change version to 0.3.5
1 parent 2d0a5aa commit ad3323c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Dependencies._
22
import xerial.sbt.Sonatype._
33

4-
val mainVersion = "0.3.3"
4+
val mainVersion = "0.3.5"
55

66
lazy val qbeastCore = (project in file("core"))
77
.settings(
@@ -26,7 +26,7 @@ lazy val qbeastSpark = (project in file("."))
2626
Test / parallelExecution := false,
2727
assembly / test := {},
2828
assembly / assemblyOption := (assembly / assemblyOption).value.copy(includeScala = false),
29-
publish / skip := true)
29+
publish / skip := false)
3030
.settings(noWarningInConsole)
3131

3232
qbeastSpark / Compile / doc / scalacOptions ++= Seq(

0 commit comments

Comments
 (0)