We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c3399 commit 2e5745eCopy full SHA for 2e5745e
1 file changed
build.gradle.kts
@@ -5,8 +5,8 @@ group = "net.typedrest"
5
repositories.mavenCentral()
6
7
plugins {
8
- kotlin("jvm") version "2.3.10"
9
- kotlin("plugin.serialization") version "2.3.10" apply false
+ kotlin("jvm") version "2.3.20"
+ kotlin("plugin.serialization") version "2.3.20" apply false
10
id("org.jetbrains.dokka") version "2.1.0"
11
id("org.jetbrains.dokka-javadoc") version "2.1.0"
12
id("maven-publish")
0 commit comments