Skip to content

Commit 12f704a

Browse files
i-walkerraulraja
authored andcommitted
Update Dependencies (#1296)
* Update Dependencies They work at least for most set-ups I tried. Also with arrow fx. The plugins are necessary so apt works. * sure thing. deleted arrow-data-extensions
1 parent 40ae94a commit 12f704a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/docs/arrow-docs/docs/docs/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ In your project's root `build.gradle` append the jcenter repository to your list
3838
```groovy
3939
allprojects {
4040
repositories {
41+
mavenCentral()
4142
jcenter()
43+
maven { url "https://dl.bintray.com/arrow-kt/arrow-kt/" }
44+
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
4245
}
4346
}
4447
```
@@ -74,7 +77,9 @@ You can find the dependencies necessary in the Basic Setup of the README at the
7477
Add the dependencies into the project's `build.gradle`
7578

7679
```groovy
77-
def arrow_version = "0.9.0"
80+
apply plugin: 'kotlin'
81+
apply plugin: 'kotlin-kapt'
82+
def arrow_version = "0.9.0-SNAPSHOT"
7883
dependencies {
7984
compile "io.arrow-kt:arrow-core-data:$arrow_version"
8085
compile "io.arrow-kt:arrow-syntax:$arrow_version"

0 commit comments

Comments
 (0)