mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
chore: update dependencies
This commit is contained in:
parent
38c3f8bf9a
commit
85b77cd3c0
@ -1,7 +1,7 @@
|
||||
//file:noinspection UnnecessaryQualifiedReference
|
||||
|
||||
plugins {
|
||||
id 'com.github.ben-manes.versions' version '0.46.0'
|
||||
id 'com.github.ben-manes.versions' version '0.47.0'
|
||||
id 'se.patrikerdes.use-latest-versions' version '0.2.18'
|
||||
id 'com.diffplug.spotless' version '6.19.0'
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'jadx-kotlin'
|
||||
id 'application'
|
||||
id 'edu.sc.seis.launch4j' version '3.0.1'
|
||||
id 'edu.sc.seis.launch4j' version '3.0.3'
|
||||
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||
id 'org.beryx.runtime' version '1.13.0'
|
||||
}
|
||||
@ -17,7 +17,7 @@ dependencies {
|
||||
// jadx-script autocomplete support
|
||||
implementation(project(':jadx-plugins:jadx-script:jadx-script-ide'))
|
||||
implementation(project(':jadx-plugins:jadx-script:jadx-script-runtime'))
|
||||
implementation 'org.jetbrains.kotlin:kotlin-scripting-common:1.8.21'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-scripting-common:1.8.22'
|
||||
implementation 'com.fifesoft:autocomplete:3.3.1'
|
||||
|
||||
// use KtLint for format and check jadx scripts
|
||||
|
Loading…
Reference in New Issue
Block a user