Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
After merging arrow-kt/arrow#2154 we need to create another PR to bri…
Browse files Browse the repository at this point in the history
…ng this line back!
  • Loading branch information
hadilq committed Jun 8, 2020
1 parent d4c8790 commit cb7cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-meta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
compile project(':arrow-annotations')
compile "me.eugeniomarletti.kotlin.metadata:kotlin-metadata:$KOTLIN_METADATA_VERSION"
compile("com.squareup:kotlinpoet:$KOTLIN_POET_VERSION") {
compile("com.squareup:kotlinpoet:1.5.0") {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
}
compile "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
Expand Down

0 comments on commit cb7cf33

Please sign in to comment.