Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Apr 22, 2024
1 parent 6264a8c commit 3518192
Show file tree
Hide file tree
Showing 17 changed files with 273 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Build
working-directory: go
run: go build -v ./...
Expand Down
19 changes: 11 additions & 8 deletions cpp/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,14 +377,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
19 changes: 11 additions & 8 deletions csharp/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
19 changes: 11 additions & 8 deletions elixir/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
23 changes: 13 additions & 10 deletions go/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
- [Go SDK](https://go.dev/dl/)
<details><summary>Go Version</summary>

The kata is configured to run with Go version 1.21 by default.
The kata is configured to run with Go version 1.22 by default.

To use a different version, simply modify the line below in [go.mod](go.mod).

```text
go 1.21
go 1.22
```
</details>
Expand Down Expand Up @@ -335,14 +335,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/murex/kata/bowling_game

go 1.21
go 1.22

require github.com/stretchr/testify v1.9.0

Expand Down
19 changes: 11 additions & 8 deletions haskell/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
19 changes: 11 additions & 8 deletions java/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
Binary file modified java/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions java/gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down
19 changes: 11 additions & 8 deletions php/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
19 changes: 11 additions & 8 deletions python/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,14 +397,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
19 changes: 11 additions & 8 deletions rust/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,14 +310,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
2 changes: 1 addition & 1 deletion tcr/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tcr 0.29.0
tcr 1.0.0
19 changes: 11 additions & 8 deletions typescript/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,17 @@ Refer to [Using TCR](#using-tcr) section for additional details about TCR and av

Here are the main shortcuts available once TCR utility is running:

| Shortcut | Description |
|-----------|-----------------------------------------------|
| `?` | List available options |
| `d` / `D` | Enter driver role (from main menu) |
| `n` / `N` | Enter navigator role (from main menu) |
| `q` / `Q` | Quit current role - Quit TCR (from main menu) |
| `t` / `T` | Query timer status (from driver role only) |
| `p` / `P` | Toggle on/off git auto-push (from main menu) |
| Shortcut | Description |
|-----------|----------------------------------------------|
| `o` / `O` | Open in browser (with `web` subcommand only) |
| `d` / `D` | Enter driver role |
| `n` / `N` | Enter navigator role |
| `t` / `T` | Query timer status |
| `p` / `P` | Toggle on/off git auto-push |
| `l` / `L` | Pull from remote |
| `s` / `S` | Push to remote |
| `q` / `Q` | Quit current role / Quit TCR |
| `?` | List available options |

### Additional Details

Expand Down
Loading

0 comments on commit 3518192

Please sign in to comment.