From e42062aff66b7b269a687704bb4d28e13ac8fb00 Mon Sep 17 00:00:00 2001 From: Samuel Woodbridge Date: Sun, 12 May 2024 19:24:02 +0100 Subject: [PATCH] Tidy - Typo and bumps java-setup version in CI --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55e83a9..307fafb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Setup JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: corretto java-version: 17 diff --git a/README.md b/README.md index 5b55bf5..6df45a6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The game features the following: 5. Output as the game plays out. Although the game will play out almost instantly you can view logs of what transpired. > [!TIP] -> The last player to run out of cards will win! So if you select `Both` and one `Deck` then a player will win be default. +> The last player to run out of cards will win! So if you select `Both` and one `Deck` then a player will win by default. ## Running and Testing To run the project simply run the follow command in a shell of your choosing. This project was developed on MacOS using `sbt` so you will need to have it installed. `sbt` was backed by the following Java Version `Corretto 17.0.11`.