Updated jgit version
This commit is contained in:
parent
08f814c8d8
commit
df3b1c1fa3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ dependencies {
|
|||
implementation(compose.desktop.currentOs)
|
||||
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
|
||||
implementation(compose.desktop.components.splitPane)
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:6.0.0.202111291000-r")
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r")
|
||||
implementation("org.apache.sshd:sshd-core:2.8.0")
|
||||
implementation("com.google.dagger:dagger:2.41")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
|
||||
|
|
Loading…
Reference in a new issue