Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Mar 29, 2019
1 parent 23f3cb0 commit 1121f91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ env:
- IDEA_VERSION=IU-2018.1.7
- IDEA_VERSION=IU-2018.2.7
- IDEA_VERSION=IU-2018.3
- IDEA_VERSION=IU-2019.1
install: sed -i '/ideaVersion=/c\ideaVersion='"$IDEA_VERSION"'' gradle.properties
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ buildscript {
}

plugins {
id("org.jetbrains.intellij") version "0.3.12"
kotlin("jvm") version "1.3.10"
id("org.jetbrains.intellij") version "0.4.7"
kotlin("jvm") version "1.3.21"
}

project(":") {
Expand Down

0 comments on commit 1121f91

Please sign in to comment.