This is an automated email from the ASF dual-hosted git repository.
mdedetrich 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 8adbe18 Add sbt-source-dist
8adbe18 is described below
commit 8adbe185d248c7d0632433e4bcd0f01d249c58db
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 13:04:31 2023 +0200
Add sbt-source-dist
---
build.sbt | 1 +
project/plugins.sbt | 1 +
2 files changed, 2 insertions(+)
diff --git a/build.sbt b/build.sbt
index 52ab89a..8b4e39e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,6 +12,7 @@ val testcontainersScalaVersion = "0.40.10"
resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-persistence-dynamodb"
Test / unmanagedSourceDirectories ++= {
if (scalaVersion.value.startsWith("2.")) {
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 06c3ba0..cdca2e0 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,4 +6,5 @@ addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]