Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
Update Ben Manes' Gradle Version Plugin to 0.45.0
  • Loading branch information
olshevski committed Feb 17, 2023
1 parent a685df6 commit d71dd2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ To use it just add:

```kotlin
plugins {
id("dev.olshevski.versions") version "1.0.1"
id("dev.olshevski.versions") version "1.0.3"
}
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks.test {
}

dependencies {
implementation("com.github.ben-manes:gradle-versions-plugin:0.44.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.45.0")

val junitVersion = "5.9.0"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=dev.olshevski
version=1.0.2
version=1.0.3
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d71dd2f

Please sign in to comment.