diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-08-21 19:11:42 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-08-21 19:11:42 +0200 |
commit | 69f28613499e3ce418326d05c66e5c856acb8269 (patch) | |
tree | 01376f981dce3b44918389860b6eabed92bf9ba1 /versions.properties | |
download | discord-jda-jcommander-master.tar.gz discord-jda-jcommander-master.tar.bz2 discord-jda-jcommander-master.zip |
Diffstat (limited to 'versions.properties')
-rw-r--r-- | versions.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/versions.properties b/versions.properties new file mode 100644 index 0000000..ff2a180 --- /dev/null +++ b/versions.properties @@ -0,0 +1,18 @@ +## suppress inspection "SpellCheckingInspection" for whole file +## +## Dependencies and Plugin versions with their available updates +## Generated by $ ./gradlew refreshVersions +## Please, don't put extra comments in that file yet, keeping them is not supported yet. + +version.com.beust..jcommander=1.80 +## # available=2.0.0-RC1 + +version.kotlin=1.4.0 + +version.net.dv8tion..JDA=4.2.0_194 + +version.org.reflections..reflections=0.9.12 + +version.org.slf4j..slf4j-simple=1.7.30 +## # available=1.8.0-beta4 +## # available=2.0.0-alpha1 |