Skip to content

Commit

Permalink
Use correct Dokka versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 7, 2024
1 parent ee8ac1b commit 19fafbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
implementation("dev.deftu:preprocessor:0.4.3")

// Documentation
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
implementation("org.jetbrains.dokka:dokka-base:2.0.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20")
implementation("org.jetbrains.dokka:dokka-base:1.9.20")

// Publishing
implementation("com.modrinth.minotaur:Minotaur:2.8.7")
Expand Down

0 comments on commit 19fafbf

Please sign in to comment.