Skip to content

Commit 5605675

Browse files
mvicsokolovapablobaxter
authored andcommitted
Update atomicfu version to 0.17.3 (Kotlin#3321)
* Update atomicfu version to 0.17.3 * Use nodejs() instead of browser() for js tests
1 parent 3a870b8 commit 5605675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin_version=1.6.21
1010
# Dependencies
1111
junit_version=4.12
1212
junit5_version=5.7.0
13-
atomicfu_version=0.17.2
13+
atomicfu_version=0.17.3
1414
knit_version=0.4.0
1515
html_version=0.7.2
1616
lincheck_version=2.14

integration-testing/smokeTest/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
kotlin {
1212
jvm()
1313
js(IR) {
14-
browser()
14+
nodejs()
1515
}
1616

1717
sourceSets {

0 commit comments

Comments
 (0)