Skip to content

Commit

Permalink
updated to latest Kotlin. You'll need to update the IDEA Kotlin plugi…
Browse files Browse the repository at this point in the history
…n to the latest, and invalidate the IDEA cache (File -> Invalidate Caches)
  • Loading branch information
badlogic committed Dec 14, 2014
1 parent 69edff0 commit 4086283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.8.11'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.9.976'
}
}

Expand All @@ -15,7 +15,7 @@ repositories {
}

dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.8.11'
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.9.976'
}

project.ext.mainClassName = "chip8.Chip8Package"
Expand Down

0 comments on commit 4086283

Please sign in to comment.