Skip to content

Commit 1121f91

Browse files
committed
Updated dependencies
1 parent 23f3cb0 commit 1121f91

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.idea/modules.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ env:
88
- IDEA_VERSION=IU-2018.1.7
99
- IDEA_VERSION=IU-2018.2.7
1010
- IDEA_VERSION=IU-2018.3
11+
- IDEA_VERSION=IU-2019.1
1112
install: sed -i '/ideaVersion=/c\ideaVersion='"$IDEA_VERSION"'' gradle.properties

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ buildscript {
1717
}
1818

1919
plugins {
20-
id("org.jetbrains.intellij") version "0.3.12"
21-
kotlin("jvm") version "1.3.10"
20+
id("org.jetbrains.intellij") version "0.4.7"
21+
kotlin("jvm") version "1.3.21"
2222
}
2323

2424
project(":") {

0 commit comments

Comments
 (0)