Skip to content

Commit 50f3b0e

Browse files
committed
fix: downgrade jgit since to make jreleaser work
1 parent 14c1d91 commit 50f3b0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
kotlin("plugin.serialization") version "2.2.10"
1212
id("com.diffplug.spotless") version "7.2.1"
1313
id("io.kotest.multiplatform") version "5.9.1"
14-
id("org.jreleaser") version "1.19.0"
14+
id("org.jreleaser") version "1.17.0"
1515
id("pl.allegro.tech.build.axion-release") version "1.20.1"
1616
}
1717

@@ -69,7 +69,7 @@ dependencies {
6969
implementation("ch.qos.logback:logback-classic:1.5.18")
7070

7171
// JGit for repository interaction
72-
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
72+
implementation("org.eclipse.jgit:org.eclipse.jgit:7.2.1.202505142326-r")
7373

7474
implementation("io.github.tree-sitter:ktreesitter-jvm:0.24.1")
7575

0 commit comments

Comments
 (0)