Skip to content

Commit

Permalink
GrGit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro authored Aug 31, 2024
1 parent 5a46fc2 commit 5f6cbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin_kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin_dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
git = { id = "org.ajoberstar.grgit", version = "3.0.0" }
git = { id = "org.ajoberstar.grgit", version = "5.0.0" }
nexus_publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.0.0" }

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

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

0 comments on commit 5f6cbf2

Please sign in to comment.