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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 7f3adf62 Use proper type for SemVerSpec
7f3adf62 is described below
commit 7f3adf62ae29ae2d96eae57c6be8acaae7525ef4
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jun 1 01:36: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 b79ae58c..7b89781b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,7 +5,7 @@ ThisBuild / resolvers ++= ResolverSettings.projectResolvers
ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubating-pekko-connectors-kafka"
-ThisBuild / versionScheme := Some("semver-spec")
+ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
TaskKey[Unit]("verifyCodeFmt") := {
javafmtCheckAll.all(ScopeFilter(inAnyProject)).result.value.toEither.left.foreach
{ _ =>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]