Skip to content

Commit

Permalink
Updated JGit to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Dec 20, 2024
1 parent d7969ea commit f44d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
val jgit = "7.0.0.202409031743-r"
val jgit = "7.1.0.202411261347-r"

when {
currentOs() == OS.LINUX && isLinuxAarch64 -> implementation(compose.desktop.linux_arm64)
Expand Down

0 comments on commit f44d200

Please sign in to comment.