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.git


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

commit 9bc2c930f7197963e26f33b2b3aaf899a80c1cdd
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 01:11:33 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 db35188e70..6bed071f7a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,7 @@ ThisBuild / scalafixScalaBinaryVersion := 
scalaBinaryVersion.value
 scalaVersion := Dependencies.allScalaVersions.head
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
-ThisBuild / versionScheme := Some("semver-spec")
+ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
 sourceDistName := "incubating-pekko"
 
 enablePlugins(


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

Reply via email to