This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new b842a5c  Use proper type for SemVerSpec
b842a5c is described below

commit b842a5c6d8aa6c035afaf1a38bb2f808ae03e09c
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 01:33:07 2023 +0200

    Use proper type for SemVerSpec
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 262eab4..1e3cfae 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
 import org.apache.pekko.projections.Dependencies
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
-ThisBuild / versionScheme := Some("semver-spec")
+ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
 sourceDistName := "incubating-pekko-projection"
 
 ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to