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-http-quickstart-scala.g8.git
commit 06425a37f36ce9fec19ea8da825e0f259abb10fe Author: PJ Fanning <[email protected]> AuthorDate: Mon Dec 4 20:47:31 2023 +0100 Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43ae8a0..0989da4 100644 --- a/build.sbt +++ b/build.sbt @@ -23,5 +23,5 @@ lazy val docs = project .enablePlugins(ParadoxPlugin, PekkoParadoxPlugin) .settings( resolvers += Resolver.typesafeIvyRepo("releases"), - pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-http-quickstart.g8") + pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-http-quickstart-scala.g8") ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
