瀏覽代碼

Kotlin 1.3.40

Aidan Follestad 5 年之前
父節點
當前提交
07a0aa57e6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      dependencies.gradle

+ 3 - 3
dependencies.gradle

@@ -8,7 +8,7 @@ ext.versions = [
 
     // Plugins
     gradlePlugin        : '3.4.1',
-    spotlessPlugin      : '3.22.0',
+    spotlessPlugin      : '3.23.1',
     versionPlugin       : '0.21.0',
     bintrayPlugin       : '0.9.1',
 
@@ -20,8 +20,8 @@ ext.versions = [
     lifecycle           : '2.0.0',
 
     // Kotlin
-    kotlin              : '1.3.31',
-    coroutines          : '1.2.1',
+    kotlin              : '1.3.40',
+    coroutines          : '1.2.2',
 
     // afollestad
     assent              : '2.3.0',