Skip to content

Commit

Permalink
update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Lösche committed Jul 6, 2023
1 parent d3d5259 commit 92fd061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions howto-dapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'org.jetbrains.kotlin.jvm' version '1.9.0'
}

group 'de.timolia.howto'
Expand Down

0 comments on commit 92fd061

Please sign in to comment.