Skip to content

Commit

Permalink
[skip ci] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-varela committed Sep 30, 2022
1 parent 757c925 commit 0734829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1' // Update the version as needed
id 'org.sonatype.gradle.plugins.scan' version '2.5.1' // Update the version as needed
}
```

- Or `build.gradle.kts`:
```
plugins {
id ("org.sonatype.gradle.plugins.scan") version "2.4.1" // Update the version as needed
id ("org.sonatype.gradle.plugins.scan") version "2.5.1" // Update the version as needed
}
```

Expand Down

0 comments on commit 0734829

Please sign in to comment.