Skip to content

Commit

Permalink
chore: upgrade kotlin-result
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Aug 24, 2021
1 parent 8d66ef8 commit a6be37e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pactbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
exclude group: 'org.jetbrains.kotlin'
}
implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"
api('com.michael-bull.kotlin-result:kotlin-result:1.1.10') {
api('com.michael-bull.kotlin-result:kotlin-result:1.1.12') {
exclude group: 'org.jetbrains.kotlin'
}

Expand Down
2 changes: 1 addition & 1 deletion core/support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
exclude group: 'org.jetbrains.kotlin'
}
api "org.apache.httpcomponents:httpclient:${project.httpClientVersion}"
api('com.michael-bull.kotlin-result:kotlin-result:1.1.10') {
api('com.michael-bull.kotlin-result:kotlin-result:1.1.12') {
exclude group: 'org.jetbrains.kotlin'
}

Expand Down
2 changes: 1 addition & 1 deletion provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"
api 'io.github.classgraph:classgraph:4.8.105'
implementation "org.codehaus.groovy:groovy:${project.groovyVersion}"
api('com.michael-bull.kotlin-result:kotlin-result:1.1.10') {
api('com.michael-bull.kotlin-result:kotlin-result:1.1.12') {
exclude group: 'org.jetbrains.kotlin'
}
implementation 'com.github.ajalt:mordant:1.2.1'
Expand Down

0 comments on commit a6be37e

Please sign in to comment.