diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 13:31:37 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 13:31:37 -0700 |
commit | a95107d0d10583bfd95495bdc84cc23022b56000 (patch) | |
tree | a0edc41817b8ffe0183731a05f330b582435aacc /build.gradle | |
parent | c4f936a8a43692cca387f00a25cd70bcad2764f2 (diff) | |
download | frost-a95107d0d10583bfd95495bdc84cc23022b56000.tar.gz frost-a95107d0d10583bfd95495bdc84cc23022b56000.tar.bz2 frost-a95107d0d10583bfd95495bdc84cc23022b56000.zip |
Update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index df3b344f..083ca65f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.1.2-5' + ext.kotlin_version = '1.1.3' repositories { jcenter() maven { url 'https://maven.fabric.io/public' } |