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-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new dd5d92d Use proper type for SemVerSpec
dd5d92d is described below
commit dd5d92dfa7e50fb34c972c4b78eb3be0a7ae7a2a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 01:41:49 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 6eace53..b4d3dd0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / apacheSonatypeProjectProfile := "pekko"
-ThisBuild / versionScheme := Some("semver-spec")
+ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "incubating-pekko-persistence-r2dbc"
import sbt.Keys.parallelExecution
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]