Skip to content

Commit 57d9c7b

Browse files
authored
chore: Fix depcheck errors (#12)
Signed-off-by: Akshath Kothari <[email protected]>
1 parent bb72812 commit 57d9c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ dependencies {
1919
api("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
2020
constraints {
2121
implementation("com.squareup.okio:okio:3.4.0")
22+
implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r")
23+
implementation("org.eclipse.platform:org.eclipse.osgi:3.18.500")
2224
}
2325
}
2426

0 commit comments

Comments
 (0)