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


The following commit(s) were added to refs/heads/main by this push:
     new b3f0977  fix paradox theme
b3f0977 is described below

commit b3f09772ec60d22f23c36c93090ab96d75cc6cb2
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Dec 5 17:37:13 2023 +0100

    fix paradox theme
---
 README.md      | 2 +-
 docs/build.sbt | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 349dcfb..04cde3e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 You can use [Giter8][g8] to create your own project from the quickstart.
 
 Prerequisites:
-- JDK 11
+- JDK 8
 - sbt 1.4.x or higher
 
 Open a console and run the following command to apply this template:
diff --git a/docs/build.sbt b/docs/build.sbt
index 339fe82..b41a92c 100644
--- a/docs/build.sbt
+++ b/docs/build.sbt
@@ -1,5 +1,3 @@
-// Uses the out of the box generic theme.
-paradoxTheme := Some(builtinParadoxTheme("generic"))
 
 Compile / paradoxProperties ++= Map(
   "snip.g8root.base_dir" -> "../../../../src/main/g8",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to