Skip to content

Commit

Permalink
Use more recent IntelliJ and Kotlin, but not latest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Feb 12, 2019
1 parent 4f09458 commit 6546f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.2.70"
id "org.jetbrains.intellij" version "0.3.12"
id "org.jetbrains.kotlin.jvm" version "1.3.21"
id "org.jetbrains.intellij" version "0.4.2"
}

apply plugin: "kotlin"
Expand Down Expand Up @@ -35,5 +35,5 @@ publishPlugin {
}

dependencies {
compile("org.jetbrains.kotlin:kotlin-stdlib:1.2.70")
compile("org.jetbrains.kotlin:kotlin-stdlib")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = IdeaJasmine
group = io.pivotal.jasmine
version = 1.4
ideaVersion = IU-LATEST-EAP-SNAPSHOT
ideaVersion = IU-2018.3.4
publishChannels = Stable

0 comments on commit 6546f43

Please sign in to comment.