Skip to content

Commit

Permalink
Fix build.gradle.kts I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 committed Sep 24, 2024
1 parent e51b42b commit ae395f6
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 @@ -5,8 +5,8 @@ plugins {
java
`java-library`
`maven-publish`
kotlin("jvm") version "2.0.20"
id("org.jetbrains.dokka") version "1.5.0"
kotlin("jvm") version "1.8.10"
id("org.jetbrains.dokka") version "1.8.10"
}

val meepMeepVersion = "1.0-SNAPSHOT"
Expand Down

0 comments on commit ae395f6

Please sign in to comment.