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-http.git
The following commit(s) were added to refs/heads/main by this push:
new c502c212e Update sbt-pekko-build to 0.3.1
c502c212e is described below
commit c502c212e5cb5ab2562ee491b8eb2206905e3234
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Jan 24 22:39:47 2024 +1100
Update sbt-pekko-build to 0.3.1
---
build.sbt | 1 -
project/plugins.sbt | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index af679c38b..4acaae54e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -57,7 +57,6 @@ inThisBuild(Def.settings(
},
projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value),
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
- apacheSonatypeProjectProfile := "pekko",
versionScheme := Some(VersionScheme.SemVerSpec)))
// When this is updated the set of modules in Http.allModules should also be
updated
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e10fb7098..a4978e5d4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -36,9 +36,8 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.0")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.1")
addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]