We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596ca61 commit 5510479Copy full SHA for 5510479
build.gradle
@@ -21,7 +21,7 @@ plugins {
21
id 'edu.sc.seis.launch4j' version '2.4.6' // for bundling into .exe
22
id "edu.sc.seis.macAppBundle" version "2.3.0" // for bundling into .app
23
id 'com.github.johnrengelman.shadow' version '5.1.0' // for fat jar
24
- id 'com.github.ben-manes.versions' version '0.23.0'
+ id 'com.github.ben-manes.versions' version '0.24.0'
25
}
26
27
version null
0 commit comments