We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff6d0 commit 9d74889Copy full SHA for 9d74889
build.sbt
@@ -7,6 +7,8 @@ ThisBuild / credentials += Credentials(
7
sys.env.getOrElse("GITHUB_TOKEN", "")
8
)
9
10
+ThisBuild / versionScheme := Some("early-semver")
11
+
12
organizationName := "sbt-module-patcher"
13
14
homepage := Some(url("https://www.raw-labs.com/"))
0 commit comments