Skip to content

Commit

Permalink
[patch] updating kotlin logging
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Mar 5, 2021
1 parent aa486d7 commit 5799918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wdio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.4.2")
implementation("com.soywiz.korlibs.klock:klock:1.12.0")
implementation("io.github.microutils:kotlin-logging:2.0.4")
implementation("io.github.microutils:kotlin-logging:2.0.6")
implementation(npm("@wdio/cli", "7.0.8"))
}
}
Expand Down

0 comments on commit 5799918

Please sign in to comment.