Skip to content

Commit

Permalink
Upgrade Kotlin version to 1.0.3.
Browse files Browse the repository at this point in the history
- Fixes #51
- Closes #44
  • Loading branch information
nhaarman committed Jul 26, 2016
1 parent bb4ac76 commit 25fb19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'kotlin'

buildscript {
ext.kotlin_version = '1.0.2-1'
ext.kotlin_version = '1.0.3'

repositories {
mavenCentral()
Expand Down

0 comments on commit 25fb19c

Please sign in to comment.