Skip to content

Commit

Permalink
Upgrade to Kotlin 1.4.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelcarmena committed Sep 1, 2020
1 parent 803435c commit e1571ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arrow-integrations-jackson-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ apply from: "$DOC_CREATION"
dependencies {
compile "io.arrow-kt:arrow-core-data:$VERSION_NAME"
compile "io.arrow-kt:arrow-syntax:$VERSION_NAME"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
compile "com.fasterxml.jackson.module:jackson-module-kotlin:$JACKSON_MODULE_KOTLIN_VERSION"
testRuntime "org.junit.vintage:junit-vintage-engine:$JUNIT_VINTAGE_VERSION"
testCompile "io.arrow-kt:arrow-core-test:$VERSION_NAME"
Expand Down
1 change: 0 additions & 1 deletion arrow-integrations-retrofit-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ apply from: "$DOC_CREATION"
dependencies {
compile "io.arrow-kt:arrow-fx:$VERSION_NAME"
compile "io.arrow-kt:arrow-annotations:$VERSION_NAME"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
compile "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION"
compileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
testCompileOnly "io.arrow-kt:arrow-meta:$VERSION_NAME"
Expand Down

0 comments on commit e1571ef

Please sign in to comment.