We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d49a46 commit b92def6Copy full SHA for b92def6
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.8.20'
+ ext.kotlin_version = '1.8.21'
3
repositories {
4
maven {
5
url "https://plugins.gradle.org/m2/"
bundles/sirix-kotlin-api/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
8
dependencies {
9
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21"
10
11
12
bundles/sirix-rest-api/build.gradle
@@ -4,7 +4,7 @@ buildscript {
classpath "com.avast.gradle:gradle-docker-compose-plugin:0.14.5"
//classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.0"
0 commit comments