Skip to content

Commit

Permalink
chore: update version of intellij-kotlin to 1.4.5 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Feb 26, 2023
1 parent 61d15f2 commit 002db5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

implementation('com.itangcent:commons:1.4.51-SNAPSHOT') {
implementation('com.itangcent:commons:1.4.5') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}
Expand Down
10 changes: 5 additions & 5 deletions idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@ dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])


implementation('com.itangcent:intellij-idea:1.4.51-SNAPSHOT') {
implementation('com.itangcent:intellij-idea:1.4.5') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

implementation('com.itangcent:intellij-kotlin-support:1.4.51-SNAPSHOT') {
implementation('com.itangcent:intellij-kotlin-support:1.4.5') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

implementation('com.itangcent:intellij-groovy-support:1.4.51-SNAPSHOT') {
implementation('com.itangcent:intellij-groovy-support:1.4.5') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

// implementation('com.itangcent:intellij-scala-support:1.4.51-SNAPSHOT') {
// implementation('com.itangcent:intellij-scala-support:1.4.5') {
// exclude group: 'com.google.inject'
// exclude group: 'com.google.code.gson'
// }
Expand Down Expand Up @@ -127,7 +127,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-inline
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '3.11.0'

testImplementation('com.itangcent:intellij-idea-test:1.4.51-SNAPSHOT') {
testImplementation('com.itangcent:intellij-idea-test:1.4.5') {
exclude group: 'com.nhaarman.mockitokotlin2', module: 'mockito-kotlin'
}
}
Expand Down

0 comments on commit 002db5a

Please sign in to comment.