Skip to content

Commit

Permalink
Update Kotter version #3483
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Feb 20, 2024
1 parent d57166b commit 3cad66c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildscript {
kotlin_logging_version = '2.1.23'
kotlin_version = '1.8.21'
kotlinx_coroutines_version = '1.7.3'
kotter_version = '1.1.2'
picocli_version = '4.7.5'
slf4j_version = '2.0.9'
sonar_java_version = '6.8.0.23379'
Expand Down
2 changes: 1 addition & 1 deletion analysis/filter/StructureModifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation group: 'info.picocli', name: 'picocli', version: picocli_version
implementation group: 'io.github.microutils', name: 'kotlin-logging', version: kotlin_logging_version
implementation group: 'com.github.kotlin-inquirer', name: 'kotlin-inquirer', version: kotlin_inquirer_version
implementation group: 'com.varabyte.kotter', name: 'kotter-jvm', version: '1.1.1'
implementation group: 'com.varabyte.kotter', name: 'kotter-jvm', version: kotter_version

testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: kotlin_version
testImplementation project(path: ':model', configuration: 'testOutput')
Expand Down
2 changes: 1 addition & 1 deletion analysis/tools/Inquirer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ repositories {
}

dependencies {
implementation group: 'com.varabyte.kotter', name: 'kotter-jvm', version: '1.1.1'
implementation group: 'com.varabyte.kotter', name: 'kotter-jvm', version: kotter_version
implementation project(path: ':model')
}

0 comments on commit 3cad66c

Please sign in to comment.