Skip to content

Commit e9f5156

Browse files
Update plugin org.ajoberstar.reckon.settings to v2 (#6387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8560ad commit e9f5156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val isWorktree = settings.settingsDir.resolve(".git").isFile
2424

2525
plugins {
2626
// So we can't reach the libs.plugins.* aliases from here so we need to declare them the old way...
27-
id("org.ajoberstar.reckon.settings").version("1.0.1").apply(false)
27+
id("org.ajoberstar.reckon.settings").version("2.0.0").apply(false)
2828
}
2929

3030
if (!isWorktree) {

0 commit comments

Comments
 (0)