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-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new da744cb Use proper type for SemVerSpec
da744cb is described below
commit da744cb9ee771b84cabf5d070b7f6f584156db0b
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 01:25:20 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 8485c4d..90f11c7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,7 +12,7 @@ val testcontainersScalaVersion = "0.40.10"
resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / apacheSonatypeProjectProfile := "pekko"
-ThisBuild / versionScheme := Some("semver-spec")
+ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "incubating-pekko-persistence-dynamodb"
Test / unmanagedSourceDirectories ++= {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]