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 0a06887ff add license headers to sbt files
0a06887ff is described below

commit 0a06887ff7c14e70eacd7d17822dcaca67152de1
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 28 19:31:08 2023 +0100

    add license headers to sbt files
---
 build.sbt           |  9 +++++++++
 project/plugins.sbt | 13 +++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index daf2c3663..ec0f39cbf 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 import org.apache.pekko
 import pekko._
 import pekko.ValidatePullRequest._
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d9e1143d9..0ba1640e1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 resolvers += Classpaths.sbtPluginReleases
 resolvers += Classpaths.typesafeReleases
 resolvers ++= Resolver.sonatypeOssRepos("releases") // to more quickly obtain 
paradox right after release
@@ -30,11 +39,11 @@ addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % 
"0.9.2").force())
 addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % 
"0.10.1").force())
 addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % 
"2.0.0").force())
 
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.9")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 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]

Reply via email to