Skip to content

Commit

Permalink
chore: bump plugin versions
Browse files Browse the repository at this point in the history
- bump "com.highcapable.sweetdependency" version to 1.0.2
- bump "com.highcapable.sweetproperty" version to 1.0.3
  • Loading branch information
fankes committed Sep 26, 2023
1 parent 94d425f commit 576c857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pluginManagement {
}
}
plugins {
id("com.highcapable.sweetdependency") version "1.0.1"
id("com.highcapable.sweetproperty") version "1.0.2"
id("com.highcapable.sweetdependency") version "1.0.2"
id("com.highcapable.sweetproperty") version "1.0.3"
}
sweetProperty {
global {
Expand Down

0 comments on commit 576c857

Please sign in to comment.