Skip to content

Commit

Permalink
Updating okio-extras to the version from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 committed Feb 14, 2024
1 parent 5cdf97f commit 9c3b50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions fixpatches/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ plugins {

repositories {
mavenCentral()
maven {
name = "saveourtool/okio-extras"
url = uri("https://maven.pkg.github.com/saveourtool/okio-extras")
credentials {
username = project.findProperty("gprUser") as String? ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gprKey") as String? ?: System.getenv("GITHUB_TOKEN")
}
}
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.22"
okio = "3.8.0"
okio-extras = "1.1.2"
okio-extras = "1.1.3"
serialization = "1.6.2"
diktat = "1.2.5"
kotlinx-cli = "0.3.6"
Expand Down Expand Up @@ -30,7 +30,7 @@ kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", version.ref = "okio" }
okio-extras = { module = "com.saveourtool:okio-extras", version.ref = "okio-extras" }
okio-extras = { module = "com.saveourtool.okio-extras:okio-extras", version.ref = "okio-extras" }
kotlinx-cli = { module = "org.jetbrains.kotlinx:kotlinx-cli", version.ref = "kotlinx-cli" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
multiplatform-diff = { module = "io.github.petertrr:kotlin-multiplatform-diff", version.ref = "multiplatform-diff" }
Expand Down

0 comments on commit 9c3b50b

Please sign in to comment.