Skip to content

Commit

Permalink
[code] updated okio to 3.6.0, kotlin to 1.9.20, dokka to 1.9.10 and g…
Browse files Browse the repository at this point in the history
…radle to 8.4
  • Loading branch information
fab1an committed Nov 23, 2023
1 parent b0e9768 commit 5358109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import org.jetbrains.dokka.gradle.DokkaTask

plugins {
id 'org.jetbrains.kotlin.multiplatform' version "1.9.10"
id 'org.jetbrains.kotlin.multiplatform' version "1.9.20"
id("convention.publication")
id "org.jetbrains.dokka" version "1.8.20"
id "org.jetbrains.dokka" version "1.9.10"
}

group 'com.fab1an'
Expand Down Expand Up @@ -35,7 +35,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
api "com.squareup.okio:okio:3.5.0"
api "com.squareup.okio:okio:3.6.0"
}
}
commonTest {
Expand All @@ -47,7 +47,7 @@ kotlin {
}

dependencies {
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.8.20")
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.9.10")
}

tasks.withType(DokkaTask.class) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5358109

Please sign in to comment.