Skip to content

Commit ba31077

Browse files
Update README.md
1 parent d00d4ce commit ba31077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages.
5757

5858
```
5959
plugins {
60-
id 'org.sonatype.gradle.plugins.scan' version '2.8.0' // Update the version as needed
60+
id 'org.sonatype.gradle.plugins.scan' version '2.8.1' // Update the version as needed
6161
}
6262
```
6363

6464
- Or `build.gradle.kts`:
6565
```
6666
plugins {
67-
id ("org.sonatype.gradle.plugins.scan") version "2.8.0" // Update the version as needed
67+
id ("org.sonatype.gradle.plugins.scan") version "2.8.1" // Update the version as needed
6868
}
6969
```
7070

0 commit comments

Comments
 (0)