Skip to content

Commit

Permalink
Update atomicfu version to 0.17.3 (#3321)
Browse files Browse the repository at this point in the history
* Update atomicfu version to 0.17.3
* Use nodejs() instead of browser() for js tests
  • Loading branch information
mvicsokolova committed Jun 15, 2022
1 parent f101f93 commit 923a037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -10,7 +10,7 @@ kotlin_version=1.6.21
# Dependencies
junit_version=4.12
junit5_version=5.7.0
atomicfu_version=0.17.2
atomicfu_version=0.17.3
knit_version=0.4.0
html_version=0.7.2
lincheck_version=2.14
Expand Down
2 changes: 1 addition & 1 deletion integration-testing/smokeTest/build.gradle
Expand Up @@ -11,7 +11,7 @@ repositories {
kotlin {
jvm()
js(IR) {
browser()
nodejs()
}

sourceSets {
Expand Down

0 comments on commit 923a037

Please sign in to comment.