Skip to content

Commit 6c30b14

Browse files
JakeWhartonevant
authored andcommitted
Update to Kotlin 1.9
1 parent eed8922 commit 6c30b14

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

assertk/src/nativeMain/kotlin/assertk/ThreadLocalRef.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package assertk
22

33
import kotlin.native.concurrent.ThreadLocal
4-
import kotlin.native.concurrent.AtomicInt
4+
import kotlin.concurrent.AtomicInt
55

66
/*
77
* Copyright (C) 2018 Touchlab, Inc.

buildSrc/src/main/kotlin/assertk.multiplatform.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ val nativeTargets = arrayOf(
3939

4040
kotlin {
4141
jvm()
42-
js(IR) {
42+
js {
4343
nodejs()
4444
// suppress noisy 'Reflection is not supported in JavaScript target'
4545
for (compilation in arrayOf("main", "test")) {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
assertk = "0.26.1"
3-
kotlin = "1.8.10"
3+
kotlin = "1.9.0"
44
kotlinx-coroutines = "1.7.0"
55
[libraries]
66
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
77
dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.8.10" }
88
detekt-gradle = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version = "1.19.0" }
99
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
1010
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
11-
opentest4k = { module = "com.willowtreeapps.opentest4k:opentest4k", version = "1.2.3" }
11+
opentest4k = { module = "com.willowtreeapps.opentest4k:opentest4k", version = "1.2.4" }
1212
[plugins]
1313
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.1.0" }

kotlin-js-store/yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ungap/promise-all-settled@1.1.2":
6-
version "1.1.2"
7-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
8-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
9-
105
ansi-colors@4.1.1:
116
version "4.1.1"
127
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@@ -185,7 +180,7 @@ flat@^5.0.2:
185180
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
186181
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
187182

188-
format-util@1.0.5:
183+
format-util@^1.0.5:
189184
version "1.0.5"
190185
resolved "https://registry.yarnpkg.com/format-util/-/format-util-1.0.5.tgz#1ffb450c8a03e7bccffe40643180918cc297d271"
191186
integrity sha512-varLbTj0e0yVyRpqQhuWV+8hlePAgaoFRhNFj50BNjEIrw1/DphHSObtqwskVCPWNgzwPoQrZAbfa/SBiicNeg==
@@ -322,12 +317,11 @@ minimatch@^3.0.4:
322317
dependencies:
323318
brace-expansion "^1.1.7"
324319

325-
mocha@10.0.0:
326-
version "10.0.0"
327-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
328-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
320+
mocha@10.2.0:
321+
version "10.2.0"
322+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
323+
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
329324
dependencies:
330-
"@ungap/promise-all-settled" "1.1.2"
331325
ansi-colors "4.1.1"
332326
browser-stdout "1.3.1"
333327
chokidar "3.5.3"
@@ -492,6 +486,11 @@ to-regex-range@^5.0.1:
492486
dependencies:
493487
is-number "^7.0.0"
494488

489+
typescript@5.0.4:
490+
version "5.0.4"
491+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
492+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
493+
495494
workerpool@6.2.1:
496495
version "6.2.1"
497496
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy