Skip to content

Commit 2e58047

Browse files
committed
[INTERNAL] version updates
1 parent e9473b8 commit 2e58047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
plugins {
13-
id 'org.jetbrains.intellij' version '0.3.12'
13+
id 'org.jetbrains.intellij' version '0.4.9'
1414
id 'jacoco'
1515
id 'com.github.kt3k.coveralls' version '2.8.2'
1616
}
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
dependencies {
3535
compileOnly 'org.apache.ant:ant:1.7.0'
36-
testCompile 'org.mockito:mockito-core:2.23.0'
36+
testCompile 'org.mockito:mockito-core:2.28.2'
3737
}
3838
sourceSets {
3939
main {
@@ -69,7 +69,7 @@ idea {
6969
apply plugin: 'org.jetbrains.intellij'
7070
intellij {
7171
// IDE version - https://www.jetbrains.com/intellij-repository/releases
72-
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-2018.3.2')
72+
version = System.getenv().getOrDefault('IDEA_VERSION', '2019.1.2')
7373
pluginName = 'CSV Plugin'
7474
instrumentCode = true
7575
updateSinceUntilBuild = false

0 commit comments

Comments
 (0)