Skip to content

Commit 24d5904

Browse files
fix(deps): update kotlin dependencies
1 parent 3e53319 commit 24d5904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ buildscript {
7070
classpath "org.jetbrains.kotlinx:kover-gradle-plugin:$kover_version"
7171

7272
// JMH plugins
73-
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
73+
classpath "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
7474
}
7575

7676
CacheRedirector.configureBuildScript(buildscript, rootProject)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ baksmali_version=2.2.7
3535

3636
# JS
3737
kotlin.js.compiler=both
38-
gradle_node_version=3.1.1
38+
gradle_node_version=7.0.1
3939
node_version=10.0.0
4040
npm_version=5.7.1
4141
mocha_version=6.2.2

0 commit comments

Comments
 (0)