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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 291e3ece Set Pekko Sbt Paradox to release
291e3ece is described below
commit 291e3ecedb0e88f88ac80c649a86bfb601eb4564
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 15 18:33:57 2024 +0100
Set Pekko Sbt Paradox to release
---
build.sbt | 2 --
project/plugins.sbt | 3 +--
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/build.sbt b/build.sbt
index fe045e69..34ab6024 100644
--- a/build.sbt
+++ b/build.sbt
@@ -24,8 +24,6 @@ addCommandAlias("verifyDocs", ";+doc ;unidoc
;docs/paradoxBrowse")
val mimaCompareVersion = "1.0.0"
-ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
-
lazy val `pekko-connectors-kafka` =
project
.in(file("."))
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d8d4485c..53fa09d2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -25,5 +25,4 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" %
"sbt-api-mappings" % "3.0.2")
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll(
"com.lightbend.paradox", "sbt-paradox"))
-resolvers += Resolver.ApacheMavenSnapshotsRepo
-addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" %
"1.0.1-RC1+5-13892678-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]