aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-29 18:37:09 -0800
committerAllan Wang <me@allanwang.ca>2020-02-29 18:37:09 -0800
commita93cdf52cc3b7eff1e2d4cf436b8f8dbc3cf14a2 (patch)
treeeeecf2f5ac87287d17dcd946f2e8b06ffbec9806 /buildSrc
parente893c5ab9a976031c15e792583b411f6c9a429e5 (diff)
downloadfrost-a93cdf52cc3b7eff1e2d4cf436b8f8dbc3cf14a2.tar.gz
frost-a93cdf52cc3b7eff1e2d4cf436b8f8dbc3cf14a2.tar.bz2
frost-a93cdf52cc3b7eff1e2d4cf436b8f8dbc3cf14a2.zip
Update versions
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/Versions.kt6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt
index 75544cfb..dedca472 100644
--- a/buildSrc/src/main/kotlin/Versions.kt
+++ b/buildSrc/src/main/kotlin/Versions.kt
@@ -14,7 +14,7 @@ object Versions {
const val mockk = "1.9.3"
// https://github.com/jhy/jsoup/releases
- const val jsoup = "1.12.1"
+ const val jsoup = "1.13.1"
// https://square.github.io/leakcanary/changelog/
const val leakCanary = "2.2"
// https://square.github.io/okhttp/changelog/
@@ -25,6 +25,6 @@ object Versions {
const val roboelectric = "4.3"
// https://github.com/davemorrissey/subsampling-scale-image-view#quick-start
const val scaleImageView = "3.10.0"
- // https://github.com/srs/gradle-node-plugin/releases
- const val nodeGradle = "1.3.1"
+ // https://github.com/node-gradle/gradle-node-plugin/releases
+ const val nodeGradle = "2.2.3"
} \ No newline at end of file