testcontainers-specs2 icon indicating copy to clipboard operation
testcontainers-specs2 copied to clipboard

What's the latest version of the project and how to use it?

Open kirach opened this issue 3 years ago • 1 comments

Hi, @ChristopherDavenport thank you for the library! It seems that the latest version of the library according to the github releases (https://github.com/ChristopherDavenport/testcontainers-specs2/releases) is v0.2.0-M2 which was created in Aug 2019 but I see a lot of commits to master branch since then. it also seems that the build/release process has changes since then and the documentation might not be up to date. So just wanted to ask what's the latest version of the lib and how to use it correctly? (I can create a PR with updated documentation once I have this figured out).

Thank you

kirach avatar Mar 10 '21 01:03 kirach

I agree this is not ideal. In the meantime, you can use the snapshot versions with

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
Test / libraryDepencencies += "io.chrisdavenport" %% "testcontainers-specs2" % "0.2.0-M3+24-26fb9ebf-SNAPSHOT"

To get the latest version, check the GitHub Action output, or here: https://oss.sonatype.org/content/repositories/snapshots/io/chrisdavenport/testcontainers-specs2_2.13/

randm-ch avatar Jun 08 '22 20:06 randm-ch