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 e4195849b Set Pekko Sbt Paradox to release
e4195849b is described below
commit e4195849b4ca64ec0dca5e182109ae626bda157f
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 15 18:26:11 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 cc27c7eaa..7f134b935 100644
--- a/build.sbt
+++ b/build.sbt
@@ -27,8 +27,6 @@ ThisBuild / reproducibleBuildsCheckResolver :=
Resolver.ApacheMavenStagingRepo
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck;
+headerCheckAll; javafmtCheckAll")
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt;
javafmtAll")
-ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
-
inThisBuild(Def.settings(
apiURL := {
val apiVersion = if (isSnapshot.value) "current" else version.value
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 3c00f456b..dfbec7e66 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,8 +22,7 @@ addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
-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")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]