While waiting for the Kotest project to release so...
# arrow-contributors
j
While waiting for the Kotest project to release some changes, I'd like to be able to use those changes in my ongoing work to increase Arrow test coverage. How may I somehow replace Arrow's dependencies on Kotest with what's in Kotest's master branch? I've tried googling this, but get what seems like a lot of noise in the results. I figure folks on here must run into this situation with some frequency. Thanks!
Made some progress. Perhaps updating
kotest
in
libs.versions.toml
to
5.6.0.1131-SNAPSHOT
will do it? We'll see.
s
Yes, versions are defined in
libs.version.toml
updating it there should do it
j
Thank you!