wix-incubator / accord

Accord: A sane validation library for Scala
http://wix.github.io/accord/
Other
529 stars 55 forks source link

Accord 0.7.5 has explicit dependency on ScalaTest #151

Closed timcharper closed 4 years ago

timcharper commented 4 years ago

Accord 0.7.3 had a test dependency on ScalaTest, but releases 0.7.4 and 0.7.5 fail to mark the dependency as a test dependency

You can see here it is a test dependency: https://mvnrepository.com/artifact/com.wix/accord-api_2.12/0.7.3

And here, it is an explicit dependency: https://mvnrepository.com/artifact/com.wix/accord-api_2.12/0.7.4 https://mvnrepository.com/artifact/com.wix/accord-api_2.12/0.7.5

noam-almog commented 4 years ago

api module % "test" was removed accidently during the 2.13 build, i will publish a new version today thanks 👍

noam-almog commented 4 years ago

PR #152

noam-almog commented 4 years ago

publishing 0.7.6 today, it will be fixed on that release, thanks for the report

timcharper commented 4 years ago

Thank you @noam-almog !