Skip to content

Commit

Permalink
Update kotlinrminer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Apr 24, 2023
1 parent 55533d7 commit 4b45da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotlin-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repositories {

dependencies {
implementation(project(":common"))
implementation 'org.jetbrains.research.kotlinrminer:kotlinRMiner-ide:1.2.1'
implementation 'org.jetbrains.research.kotlinrminer:kotlinRMiner-ide:2.1.1'
compileOnly 'org.jetbrains:annotations:22.0.0'
}
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation(project(":common"))
implementation(project(":java-impl"))
implementation(project(":kotlin-impl"))
implementation("org.jetbrains.research.kotlinrminer:kotlinRMiner-ide:1.2.1")
implementation("org.jetbrains.research.kotlinrminer:kotlinRMiner-ide:2.1.1")
implementation(group: 'com.github.tsantalis', name: 'refactoring-miner', version: '2.4.0') {
exclude group: "org.slf4j", module: "slf4j-log4j12"
}
Expand Down

0 comments on commit 4b45da1

Please sign in to comment.