Hi folks, Release 0.10.5 problem: using these repo...
# arrow
j
Hi folks, Release 0.10.5 problem: using these repos
Copy code
repositories {
    jcenter()
    mavenCentral()
}
...I still get
Could not find io.arrow-kt:arrow-fx:0.10.5.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, ...
--refresh-dependencies didn't help either
a
This is what I have and seems to be working:
Copy code
repositories {
    // Use jcenter for resolving dependencies.
    // You can declare any Maven/Ivy/file repository here.
    mavenCentral()
    jcenter()
    maven(url = "<https://dl.bintray.com/arrow-kt/arrow-kt/>")
}
👍 1
j
perfect, thx !
👍 1
r
it may not have propagated to central yet /cc @Rachel
r
Right, just available in Bintray repository
Copy code
"<https://dl.bintray.com/arrow-kt/arrow-kt/>"
r
but it’s getting pushed to central right?
r
Yes, sync with Maven Central repository
mavenCentral()
is still pending
That's the reason why
0.10.5
hasn't been announced
I'm going to check the status about it