There was an error while loading. Please reload this page.
1 parent e8560ad commit e9f5156Copy full SHA for e9f5156
1 file changed
settings.gradle.kts
@@ -24,7 +24,7 @@ val isWorktree = settings.settingsDir.resolve(".git").isFile
24
25
plugins {
26
// 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)
+ id("org.ajoberstar.reckon.settings").version("2.0.0").apply(false)
28
}
29
30
if (!isWorktree) {
0 commit comments