Skip to content

Commit fd9d9b9

Browse files
paul-dingemansKtlint Release Workflow
andauthored
Updated refs to latest (1.7.1) release (#3083)
Co-authored-by: Ktlint Release Workflow <[email protected]>
1 parent 21c3b05 commit fd9d9b9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

documentation/release-latest/docs/install/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All releases of `ktlint` can be downloaded from the [releases](https://github.co
1212
A particular version of `ktlint` can be downloaded with next command which also changes the file to an executable in directory `/usr/local/bin`:
1313

1414
```sh title="Download"
15-
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
15+
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
1616
```
1717

1818
!!! tip "Curl not installed or behind proxy"
@@ -207,6 +207,6 @@ Options `--stdin` and `--patterns-from-stdin` are mutually exclusive, only one o
207207

208208
Microsoft Windows is not able to run the `ktlint` command directly. Ktlint can be run in following ways on Microsoft Windows:
209209

210-
1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.7.0). Add the batch file to your `%PATH%` environment variable for easy access
210+
1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.7.1). Add the batch file to your `%PATH%` environment variable for easy access
211211
2. Run `ktlint` using Git Bash
212212
3. Run as `java -jar ktlint`

documentation/release-latest/docs/install/integrations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [cli usage](../cli) for arguments that can be supplied to `ktlint`.
4242
<dependency>
4343
<groupId>com.pinterest.ktlint</groupId>
4444
<artifactId>ktlint-cli</artifactId>
45-
<version>1.7.0</version>
45+
<version>1.7.1</version>
4646
<!-- Use fat jar of ktlint-cli -->
4747
<classifier>all</classifier>
4848
<type>jar</type>
@@ -103,7 +103,7 @@ configurations {
103103
}
104104
105105
dependencies {
106-
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.0") {
106+
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.1") {
107107
attributes {
108108
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
109109
}
@@ -154,7 +154,7 @@ The configuration below, defines following task:
154154
val ktlint by configurations.creating
155155

156156
dependencies {
157-
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.0") {
157+
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.1") {
158158
attributes {
159159
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
160160
}

documentation/snapshot/docs/install/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All releases of `ktlint` can be downloaded from the [releases](https://github.co
1212
A particular version of `ktlint` can be downloaded with next command which also changes the file to an executable in directory `/usr/local/bin`:
1313

1414
```sh title="Download"
15-
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
15+
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.7.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
1616
```
1717

1818
!!! tip "Curl not installed or behind proxy"
@@ -207,6 +207,6 @@ Options `--stdin` and `--patterns-from-stdin` are mutually exclusive, only one o
207207

208208
Microsoft Windows is not able to run the `ktlint` command directly. Ktlint can be run in following ways on Microsoft Windows:
209209

210-
1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.7.0). Add the batch file to your `%PATH%` environment variable for easy access
210+
1. Use the `ktlint.bat` batch file provided as part of the [release](https://github.com/pinterest/ktlint/releases/tag/1.7.1). Add the batch file to your `%PATH%` environment variable for easy access
211211
2. Run `ktlint` using Git Bash
212212
3. Run as `java -jar ktlint`

documentation/snapshot/docs/install/integrations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [cli usage](../cli) for arguments that can be supplied to `ktlint`.
4242
<dependency>
4343
<groupId>com.pinterest.ktlint</groupId>
4444
<artifactId>ktlint-cli</artifactId>
45-
<version>1.7.0</version>
45+
<version>1.7.1</version>
4646
<!-- Use fat jar of ktlint-cli -->
4747
<classifier>all</classifier>
4848
<type>jar</type>
@@ -103,7 +103,7 @@ configurations {
103103
}
104104
105105
dependencies {
106-
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.0") {
106+
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.1") {
107107
attributes {
108108
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
109109
}
@@ -154,7 +154,7 @@ The configuration below, defines following task:
154154
val ktlint by configurations.creating
155155

156156
dependencies {
157-
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.0") {
157+
ktlint("com.pinterest.ktlint:ktlint-cli:1.7.1") {
158158
attributes {
159159
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
160160
}

0 commit comments

Comments
 (0)