Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Sep 26, 2020
1 parent 216a945 commit 5d0927a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
detektPluginVersion=0.3.3
detektVersion=1.13.0
detektPluginVersion=0.4.0
detektVersion=1.14.0

# Gradle plugins
downloadVersion=4.1.1
gradleVersionsPluginVersion=0.31.0
kotlinVersion=1.4.0
kotlinCompilerChecksum=590391d13b3c65ba52cba470f56efd5b14e2b1f5b9459f63aa12eb38ef52f161
gradleVersionsPluginVersion=0.33.0
kotlinVersion=1.4.10
kotlinCompilerChecksum=bb1a21d70e521a01ae104e99a082a6e7bb58699b86347049da521d175d0dace7
shadowVersion=6.0.0

# Dependencies
assertJVersion=3.17.1
kotlinCompileTestVersion=1.2.10
spekVersion=2.0.12
assertJVersion=3.17.2
kotlinCompileTestVersion=1.3.0
spekVersion=2.0.13

kotlin.code.style=official
systemProp.sonar.host.url=http://localhost:9000
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluginManagement {

plugins {
kotlin("jvm") version kotlinVersion
id("io.github.detekt.gradle.compiler-plugin") version "0.3.1"
id("io.github.detekt.gradle.compiler-plugin") version "0.3.3"
id("com.gradle.plugin-publish") version "0.12.0"
id("com.github.ben-manes.versions") version gradleVersionsPluginVersion
id("com.github.johnrengelman.shadow") version shadowVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DetektKotlinCompilerPlugin : KotlinCompilerPluginSupportPlugin {
override fun getCompilerPluginId(): String = DETEKT_COMPILER_PLUGIN

override fun getPluginArtifact(): SubpluginArtifact =
SubpluginArtifact("io.github.detekt", "detekt-compiler-plugin", "0.2.0") // TODO: generate version
SubpluginArtifact("io.github.detekt", "detekt-compiler-plugin", "0.4.0") // TODO: generate version

override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean = true
}

0 comments on commit 5d0927a

Please sign in to comment.