Skip to content

Commit

Permalink
Bump kotlin version to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fialho committed Jan 8, 2018
1 parent 45512c4 commit 9ed839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'ssbgp'
version properties.get('application.version')

buildscript {
ext.kotlin_version = '1.1.60'
ext.kotlin_version = '1.2.10'
ext.dokka_version = '0.9.15'
ext.junit_version = '1.0.0-M4'
ext.junit5_version = '5.0.0-M4'
Expand Down

0 comments on commit 9ed839e

Please sign in to comment.