Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 14, 2022
1 parent 2465845 commit 78ef20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -23,8 +23,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.20")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.20.0")
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-noarg:$kotlinVersion")
implementation("org.jlleitschuh.gradle:ktlint-gradle:10.2.1")
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle.kts
@@ -1,5 +1,5 @@
plugins {
id("de.lancom.genesis.kotlin") version "1.1.6"
id("de.lancom.genesis.kotlin") version "2.0.2"
}

group = "org.example"
Expand Down

0 comments on commit 78ef20b

Please sign in to comment.