core plugin git extension

This commit is contained in:
2025-09-08 16:48:21 +02:00
parent 28e9a32aaf
commit ec4f2dc75f

View File

@@ -9,12 +9,15 @@ ktlint = "12.3.0"
[libraries]
# plugin core dependencies
jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" }
# third party
# third party testing
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" }
[plugins]