Skip to content

Commit

Permalink
update dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun authored Jan 29, 2022
1 parent 6cf5c86 commit cdebe8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// See https://jmfayard.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.30.1"
id("de.fayard.refreshVersions") version "0.40.0"
}

rootProject.name = "mythicdrops-gradle-plugin"
24 changes: 10 additions & 14 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.23.0
#### Generated by `./gradlew refreshVersions` version 0.40.0
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
####
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

plugin.com.gradle.plugin-publish=0.18.0
plugin.com.gradle.plugin-publish=0.20.0

plugin.io.gitlab.arturbosch.detekt=1.18.1
## # available=1.19.0-RC1
## # available=1.19.0-RC2
plugin.io.gitlab.arturbosch.detekt=1.19.0

plugin.org.jetbrains.dokka=1.6.0
plugin.org.jetbrains.dokka=1.6.10

plugin.org.jlleitschuh.gradle.ktlint=10.2.0
plugin.org.jlleitschuh.gradle.ktlint=10.2.1

plugin.org.shipkit.shipkit-auto-version=1.1.19

Expand All @@ -31,16 +29,14 @@ version.org.shipkit..shipkit-changelog=1.1.15

version.com.adarshr..gradle-test-logger-plugin=3.1.0

version.org.jetbrains.dokka..dokka-core=1.6.0
version.org.jetbrains.dokka..dokka-core=1.6.10

version.org.jetbrains.dokka..dokka-gradle-plugin=1.6.0
version.org.jetbrains.dokka..dokka-gradle-plugin=1.6.10

version.com.netflix.nebula..nebula-project-plugin=9.2.1
version.com.netflix.nebula..nebula-project-plugin=9.3.0

version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.18.1
## # available=1.19.0-RC1
## # available=1.19.0-RC2
version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.19.0

version.org.jlleitschuh.gradle..ktlint-gradle=10.2.0
version.org.jlleitschuh.gradle..ktlint-gradle=10.2.1

version.io.github.gradle-nexus..publish-plugin=1.1.0

0 comments on commit cdebe8c

Please sign in to comment.