You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/11 10:11:50 UTC

[incubator-pekko-sbt-paradox] branch main updated: Replace ci-release with dynver

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


The following commit(s) were added to refs/heads/main by this push:
     new dd0f4a3  Replace ci-release with dynver
dd0f4a3 is described below

commit dd0f4a365cff46db351816f1218fba586714c769
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Sat Mar 11 11:09:48 2023 +0100

    Replace ci-release with dynver
---
 build.sbt           | 1 +
 project/plugins.sbt | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 5aa13a9..d7a945c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,7 @@
 scalaVersion := "2.13.10"
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+ThisBuild / dynverSonatypeSnapshots := true
 sourceDistName := "incubator-pekko-sbt-paradox"
 
 lazy val publishSettings = Seq(
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 18b0e81..c194fb8 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,7 +1,7 @@
 // When updating the sbt-paradox version,
 // remember to also update build.sbt
 addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
+addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.5")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org