Skip to content

Commit

Permalink
Add support for Arrow 0.13.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelcarmena authored Jun 23, 2021
1 parent 9d32c21 commit a1ee220
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION_NAME=0.13.2-SNAPSHOT
LATEST_VERSION=0.13.1
# Versions
ANIMALS_SNIFFER_VERSION=1.5.0
ARROW_VERSION=0.13.1
ARROW_VERSION=0.13.2
DOKKA_VERSION=0.10.0
JACKSON_MODULE_KOTLIN_VERSION=2.12.3
JUNIT_VINTAGE_VERSION=5.6.3
Expand Down Expand Up @@ -43,8 +43,8 @@ kotlin.incremental=true
kotlintest.parallelism=1
kotlin.stdlib.default.dependency=false

COMMON_SETUP=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.1/arrow-libs/gradle/setup.gradle
ROOT_PROJECT=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.1/arrow-libs/gradle/main.gradle
SUB_PROJECT=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.1/arrow-libs/gradle/subproject.gradle
COMMON_SETUP=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.2/arrow-libs/gradle/setup.gradle
ROOT_PROJECT=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.2/arrow-libs/gradle/main.gradle
SUB_PROJECT=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.2/arrow-libs/gradle/subproject.gradle
PUBLICATION=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.2/arrow-libs/gradle/publication.gradle
ANIMALSNIFFER=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.1/arrow-libs/gradle/animalsniffer.gradle
ANIMALSNIFFER=https://raw.githubusercontent.com/arrow-kt/arrow/0.13.2/arrow-libs/gradle/animalsniffer.gradle

0 comments on commit a1ee220

Please sign in to comment.