projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bc590
)
Update Kotlin version to 1.1.50
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 27 Sep 2017 17:14:48 +0000
(19:14 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 27 Sep 2017 17:14:48 +0000
(19:14 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
3aef806
..
82d6d33
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-7,7
+7,7
@@
buildscript {
}
dependencies {
classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.11'
- classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: '1.1.
4-3
'
+ classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: '1.1.
50
'
}
}