Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from McPringle/master
Browse files Browse the repository at this point in the history
Upgrading Kotlin fixes compiler version incompatibility
  • Loading branch information
svtk committed Aug 6, 2018
2 parents 820c447 + 328da3c commit d7c0b1d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion instructor/advanced/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'org.jetbrains'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.2.41'
ext.kotlin_version = '1.2.60'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion instructor/introduction/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'org.jetbrains'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.2.41'
ext.kotlin_version = '1.2.60'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion instructor/quizzes/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.41'
ext.kotlin_version = '1.2.60'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion student/advanced/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'org.jetbrains.kotlinworkshop.student'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.2.41'
ext.kotlin_version = '1.2.60'
ext.junitPlatformVersion = '1.0.0-M6'
ext.junitJupiterVersion = '5.0.0-M6'

Expand Down
2 changes: 1 addition & 1 deletion student/introduction/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'org.jetbrains.kotlinworkshop.student'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.2.41'
ext.kotlin_version = '1.2.60'
ext.junitPlatformVersion = '1.0.0-M6'
ext.junitJupiterVersion = '5.0.0-M6'

Expand Down
2 changes: 1 addition & 1 deletion student/single/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'org.jetbrains.kotlinworkshop.student'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.2.50'
ext.kotlin_version = '1.2.60'
ext.junitPlatformVersion = '1.0.0-M6'
ext.junitJupiterVersion = '5.0.0-M6'

Expand Down

0 comments on commit d7c0b1d

Please sign in to comment.