Skip to content

Commit 27e59c6

Browse files
chore: restrict spring plugin deps
1 parent bd0a273 commit 27e59c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"org.jetbrains.kotlin:core",
1616
"org.jetbrains.kotlin:common",
1717
"org.jetbrains.kotlin:kotlin-stdlib-jdk7",
18-
"org.jetbrains.kotlin:kotlin-stdlib-jdk8"
18+
"org.jetbrains.kotlin:kotlin-stdlib-jdk8",
19+
"org.jetbrains.kotlin.plugin.spring"
1920
]
2021
}

0 commit comments

Comments
 (0)