This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 1fe3026 Update plugins.sbt
1fe3026 is described below
commit 1fe3026b8c0bb09261d3030eea42189c45d5099f
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 16 12:47:00 2023 +0100
Update plugins.sbt
---
docs/project/plugins.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt
index 7d4ff88..be40904 100644
--- a/docs/project/plugins.sbt
+++ b/docs/project/plugins.sbt
@@ -2,4 +2,5 @@ addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.44")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")
+dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.6"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]