Skip to content

Commit edae1b2

Browse files
refactor(build.gradle.kts): update plugin com.gradleup.shadow to v9.4.1
1 parent 6cbbb2e commit edae1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2_curating/2_editing/organism/2_translating_organism_kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.5-SNAPSHOT"
1111
plugins {
1212
kotlin("jvm") version "2.3.20"
1313
application
14-
id("com.gradleup.shadow") version "9.4.0"
14+
id("com.gradleup.shadow") version "9.4.1"
1515
}
1616

1717
repositories {

0 commit comments

Comments
 (0)