Skip to content

Commit 5f6cbf2

Browse files
authored
GrGit 5
1 parent 5a46fc2 commit 5f6cbf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlin_kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
1616
kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
1717
kotlin_dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
1818
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
19-
git = { id = "org.ajoberstar.grgit", version = "3.0.0" }
19+
git = { id = "org.ajoberstar.grgit", version = "5.0.0" }
2020
nexus_publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.0.0" }
2121

2222
[libraries]
@@ -70,4 +70,4 @@ test-kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-te
7070

7171
[bundles]
7272
compose-core = ["compose-ui", "compose-tooling-preview", "compose-material"]
73-
test-core = ["test-kotlin", "test-junit", "test-mockk"]
73+
test-core = ["test-kotlin", "test-junit", "test-mockk"]

0 commit comments

Comments
 (0)