Skip to content

Commit

Permalink
Update Shadow plugin version to 8.3.2
Browse files Browse the repository at this point in the history
This commit changes the Shadow plugin version in the build.gradle.kts file from 8.3.1 to 8.3.2. This ensures compatibility with the latest features and bug fixes provided by the plugin.
  • Loading branch information
NonSwag committed Sep 18, 2024
1 parent d8f7f9c commit eb6670b
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
@@ -1,6 +1,6 @@
plugins {
id("java")
id("com.gradleup.shadow") version "8.3.1"
id("com.gradleup.shadow") version "8.3.2"
}

group = "net.thenextlvl.arkitektonika"
Expand Down

0 comments on commit eb6670b

Please sign in to comment.