Skip to content

Commit b395ed1

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents fb9850a + b41076f commit b395ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the latest version with the following command:
2222

2323
### Windows
2424

25-
Note: you need to start cmd or PowerShell in administrator mode.
25+
Note: You will need to start cmd in administrator mode.
2626

2727
```shell
2828
curl -LO "https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.bat" && .\install.bat

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
id 'org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
88
id 'org.jetbrains.kotlin.kapt' version kotlinVersion apply false
99
id 'org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
10-
id 'com.avast.gradle.docker-compose' version "0.15.1" apply false
10+
id 'com.avast.gradle.docker-compose' version "0.15.2" apply false
1111
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
1212
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
1313
id 'com.apollographql.apollo3' version "3.1.0" apply false

0 commit comments

Comments
 (0)