We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c90fc commit 1b0e3deCopy full SHA for 1b0e3de
build.sbt
@@ -1,5 +1,5 @@
1
lazy val commonSettings = Seq(
2
- git.baseVersion in ThisBuild := "0.3.3",
+ git.baseVersion in ThisBuild := "0.4.0",
3
organization in ThisBuild := "com.eed3si9n"
4
)
5
@@ -16,4 +16,4 @@ lazy val root = (project in file(".")).
16
publishArtifact in (Test, packageBin) := false,
17
publishArtifact in (Compile, packageDoc) := false,
18
publishArtifact in (Compile, packageSrc) := true
19
- )
+ )
0 commit comments