We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c837b6a commit 987bf67Copy full SHA for 987bf67
settings.gradle.kts
@@ -8,8 +8,8 @@ pluginManagement {
8
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
9
id("net.researchgate.release") version "2.8.1"
10
id("org.seasar.doma.compile") version "1.1.0"
11
- kotlin("jvm") version "1.6.0"
12
- kotlin("kapt") version "1.6.0"
+ kotlin("jvm") version "1.6.10"
+ kotlin("kapt") version "1.6.10"
13
}
14
15
0 commit comments