Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
- Upgraded to Kotlin 1.4.21
- Upgraded to Mockk 1.10.3-jdk8
  • Loading branch information
pusolito committed Dec 27, 2020
1 parent 1c31da8 commit 59dbafa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ kotlin {
}
}
js {
browser.testTask {
enabled = false
browser {
testTask {
enabled = false
}
}
}.compilations.all {
kotlinOptions {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
systemProp.kotlinVersion = 1.3.72
systemProp.kotlinVersion = 1.4.21

version = 0.2.1
version = 0.3.0
group = io.nacular.measured

junitVersion = 4.12
mockkVersion = 1.10.0
mockkVersion = 1.10.3-jdk8
mockkJsVersion = 1.7.17

kotlin.js.compiler = both

0 comments on commit 59dbafa

Please sign in to comment.