Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 3b07703

Browse files
committed
update shadow plugin to 7.1.2
1 parent 203ef45 commit 3b07703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val kotlinVersion: String by project
66
plugins {
77
kotlin("jvm")
88
application
9-
id("com.github.johnrengelman.shadow") version "7.0.0"
9+
id("com.github.johnrengelman.shadow") version "7.1.2"
1010
}
1111

1212
val ktorVersion = "1.5.4"

0 commit comments

Comments
 (0)