Skip to content

Commit

Permalink
Merge pull request #458 from kennethshackleton/gradle-download-plugin…
Browse files Browse the repository at this point in the history
…-update
  • Loading branch information
kennethshackleton authored Jul 15, 2023
2 parents 4b1e0c6 + 3c28579 commit 22f0ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum class Versions(
CMAKE("3.22.1", URL("https://cmake.org")),
DETEKT("1.22.0", URL("https://github.com/arturbosch/detekt")),
DOKKA("1.8.10", URL("https://github.com/Kotlin/dokka")),
GRADLE_DOWNLOAD_TASK_PLUGIN("5.3.0", URL("https://github.com/michel-kraemer/gradle-download-task")),
GRADLE_DOWNLOAD_TASK_PLUGIN("5.4.0", URL("https://github.com/michel-kraemer/gradle-download-task")),
GRADLE_LICENSEE_PLUGIN("1.6.0", URL("https://github.com/cashapp/licensee")),
IDE_EXT_GRADLE_PLUGIN("1.1.7", URL("https://github.com/JetBrains/gradle-idea-ext-plugin")),
JMH("1.36", URL("https://openjdk.java.net/projects/code-tools/jmh/")),
Expand Down

0 comments on commit 22f0ef7

Please sign in to comment.