Skip to content

Commit

Permalink
Merge pull request #1587 from KronicDeth/plugin-updates
Browse files Browse the repository at this point in the history
Plugin updates
  • Loading branch information
KronicDeth committed Sep 20, 2019
2 parents c03d924 + ac282b6 commit 1a25703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
- stage: Test
language: elixir
elixir: 1.7.4
env: IDEA_VERSION="2019.2"
env: IDEA_VERSION="2019.2.2"
otp_release: 20.1
services:
- xvfb
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.jetbrains.intellij' version "0.4.7"
id "org.jetbrains.kotlin.jvm" version "1.3.10"
id 'de.undercouch.download' version "3.4.3"
id 'org.jetbrains.intellij' version "0.4.10"
id "org.jetbrains.kotlin.jvm" version "1.3.50"
id 'de.undercouch.download' version "4.0.0"
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots

baseVersion = 11.0.1
ideaVersion = 2019.2
ideaVersion = 2019.2.2
javaVersion = 1.8
javaTargetVersion = 1.8
sources = true
Expand Down

0 comments on commit 1a25703

Please sign in to comment.