We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f232a commit 7233116Copy full SHA for 7233116
1 file changed
gradle/libs.versions.toml
@@ -17,7 +17,7 @@ kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref
17
kotlin_dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
18
google-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
19
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
20
-git = { id = "org.ajoberstar.grgit", version = "5.2.2" }
+git = { id = "org.ajoberstar.grgit", version = "5.0.0" }
21
nexus_publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
22
23
[libraries]
0 commit comments