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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 53aa0ffd Use proper type for SemVerSpec
53aa0ffd is described below
commit 53aa0ffd4247b58a83358844a6ffc69de36cb367
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 01:23:31 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 ae863d13..9cd7be53 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@ import sbt.Keys.scalaVersion
ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubating-pekko-grpc"
-ThisBuild / versionScheme := Some("semver-spec")
+ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
val pekkoPrefix = "pekko-grpc"
val pekkoGrpcRuntimeName = s"$pekkoPrefix-runtime"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]