diff --git a/README.md b/README.md index bfe00c4..f2dc5e9 100644 --- a/README.md +++ b/README.md @@ -57,14 +57,14 @@ Gradle can be used to build projects developed in various programming languages. ``` plugins { - id 'org.sonatype.gradle.plugins.scan' version '2.5.3' // Update the version as needed + id 'org.sonatype.gradle.plugins.scan' version '2.5.4' // Update the version as needed } ``` - Or `build.gradle.kts`: ``` plugins { - id ("org.sonatype.gradle.plugins.scan") version "2.5.3" // Update the version as needed + id ("org.sonatype.gradle.plugins.scan") version "2.5.4" // Update the version as needed } ```