Skip to content

Commit 391ca69

Browse files
authored
Fix missing kassava dependency in plugins (#95)
1 parent 84565da commit 391ca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
// release
33
id("com.bakdata.release") version "1.4.0"
44
id("com.bakdata.sonar") version "1.4.0"
5-
id("com.bakdata.sonatype") version "1.4.0"
5+
id("com.bakdata.sonatype") version "1.4.1"
66
id("io.freefair.lombok") version "8.4" apply false
77
}
88

0 commit comments

Comments
 (0)