Also 0.29.0 is now out which drops `strikt-java-ti...
# strikt
r
Also 0.29.0 is now out which drops
strikt-java-time
in favor of a more general
strikt-jvm
. Some of the JVM-specific stuff from
strikt-core
also moves to the new module.
c
the gradle versions plugin does not show version 0.29:
Copy code
The following dependencies have later milestone versions:
 - io.strikt:strikt-core [0.28.1 -> 0.28.2]
     <https://strikt.io/>
r
do you have
mavenCentral
in your repositories?
c
yes mavenCentral and jcenter
in that order
r
hm. I see it hasn’t propagated thru to jcenter, but search.maven.org finds 0.29.0 as the latest
c
it finds the update when i remove jcenter
how can i check if everything works with just jcenter? can i tell gradle to look up all deps?
r
what version of Strikt did you start with? 0.28.1?
c
yes
r
I wonder if that versions plugin will only find updates on the same repo your current version resolves from
0.28.1 is not on mavenCentral
only 0.28.2+
c
i think the versions plugin just looks up the latest version via gradle
by replacing the version with a wildcard
r
I’m not sure, just speculating
c
it also did not find 0.29.0 when i had it upgraded to 0.28.2
r
I’m not sure how that plugin works. I know it doesn’t seem to be able to figure out upgrades for any of the Arrow stuff