Good news :arrow_upper_right: - all our builds ar...
# kotest-contributors
a
Good news ↗️ - all our builds are broken because we use snapshots and they are not working anymore. any idea why?
s
Do you have more details.
a
this
Copy code
<dependency>
            <groupId>io.kotest</groupId>
            <artifactId>kotest-property-jvm</artifactId>
            <version>4.1.0.301-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
is not working anyomre
s
Ok what does not working mean
a
Cannot resolve io.kotest:kotest-property-jvm:4.1.0.301-SNAPSHOT
s
You have the snapshot repo in your repositories list?
a
and when i go to my .m2/repository there is no jar under that version
a
It started to break yesterday… and for all the developers including the build machine
yes i saw…
this is what i get when i mvn install
s
Sounds like the repo was removed from your build file
a
what does it mean?
btw thank you for helping late at night 🙂
That's what you need
👀 1
a
something is broken in our system. Any idea when the 4.1.0.RC1 will be available?
s
Today.
a
Yey!! Thank you.