Skip to content

Commit

Permalink
Fix missing kassava dependency in plugins (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Jul 19, 2024
1 parent 84565da commit 391ca69
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 @@ -2,7 +2,7 @@ plugins {
// release
id("com.bakdata.release") version "1.4.0"
id("com.bakdata.sonar") version "1.4.0"
id("com.bakdata.sonatype") version "1.4.0"
id("com.bakdata.sonatype") version "1.4.1"
id("io.freefair.lombok") version "8.4" apply false
}

Expand Down

0 comments on commit 391ca69

Please sign in to comment.