fix: Fix dependency updates plugin implementation

This commit is contained in:
Prathamesh More 2023-03-06 21:08:14 +05:30
parent ae60624744
commit 57b14460dc

View file

@ -21,7 +21,7 @@ buildscript {
} }
} }
plugins { plugins {
id "com.github.ben-manes.versions" version "0.42.0" apply false id "com.github.ben-manes.versions" version "0.42.0"
id 'com.google.devtools.ksp' version '1.8.10-1.0.9' apply false id 'com.google.devtools.ksp' version '1.8.10-1.0.9' apply false
} }