This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 7a8f7063b Set version scheme
7a8f7063b is described below
commit 7a8f7063b903eb76bfbf76f0407fd41fa56786b2
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sun May 28 00:44:15 2023 +0200
Set version scheme
---
build.sbt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 8c0fe783d..daf2c3663 100644
--- a/build.sbt
+++ b/build.sbt
@@ -32,7 +32,8 @@ inThisBuild(Def.settings(
(onLoad in Global).value
},
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
- apacheSonatypeProjectProfile := "pekko"))
+ apacheSonatypeProjectProfile := "pekko",
+ versionScheme := Some("semver-spec")))
// When this is updated the set of modules in Http.allModules should also be
updated
lazy val userProjects: Seq[ProjectReference] = List[ProjectReference](
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]