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 6e5273d  update docs
6e5273d is described below

commit 6e5273d948085046956761d98f53e33e4ce56fd9
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 6 14:12:52 2023 +0100

    update docs
---
 .github/workflows/ci.yml | 4 ++--
 README.md                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ccd08ee..29b5861 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
 
-      - name: Set up JDK 17
+      - name: Set up JDK 11
         uses: coursier/[email protected]
         with:
-          jvm: temurin:1.17
+          jvm: temurin:1.11
 
       - name: Cache Coursier cache
         uses: coursier/[email protected]
diff --git a/README.md b/README.md
index 04cde3e..86c3f92 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ You can use [Giter8][g8] to create your own project from the 
quickstart.
 
 Prerequisites:
 - JDK 8
-- sbt 1.4.x or higher
+- sbt 1.9.x or higher
 
 Open a console and run the following command to apply this template:
  ```


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

Reply via email to