Skip to content

Commit 2521521

Browse files
committed
Update tests-publication to 0.5.0
1 parent 972562b commit 2521521

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

tests-publication/build.gradle.kts

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.jetbrains.kotlin.gradle.*
66

77
plugins {
8-
kotlin("multiplatform") version "2.0.20"
8+
kotlin("multiplatform") version "2.2.0"
99
}
1010

1111
kotlin {
@@ -51,22 +51,11 @@ kotlin {
5151
sourceSets {
5252
commonMain.dependencies {
5353
implementation(cryptographyLibs.core)
54+
implementation(cryptographyLibs.provider.optimal)
5455
}
5556
commonTest.dependencies {
5657
implementation(kotlin("test"))
5758
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
5859
}
59-
jsMain.dependencies {
60-
implementation(cryptographyLibs.provider.webcrypto)
61-
}
62-
wasmJsMain.dependencies {
63-
implementation(cryptographyLibs.provider.webcrypto)
64-
}
65-
jvmMain.dependencies {
66-
implementation(cryptographyLibs.provider.jdk)
67-
}
68-
nativeMain.dependencies {
69-
implementation(cryptographyLibs.provider.openssl3.prebuilt)
70-
}
7160
}
7261
}

tests-publication/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
org.gradle.parallel=true
77
org.gradle.caching=true
88
org.gradle.configureondemand=true
9+
org.gradle.configuration-cache=true
10+
org.gradle.configuration-cache.parallel=true
911
org.gradle.jvmargs=-Xmx2g

tests-publication/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencyResolutionManagement {
1616

1717
versionCatalogs {
1818
create("cryptographyLibs") {
19-
from("dev.whyoleg.cryptography:cryptography-version-catalog:0.4.0")
19+
from("dev.whyoleg.cryptography:cryptography-version-catalog:0.5.0")
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)