-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typesafe swagger-play 1.3.2 depends on swagger-core 1.3.1 #450
Comments
swagger-play2 got ahead by a version number. Will address this today. |
It would be interesting to hear Tony's thoughts on this - I think having On 29 January 2014 21:03, sheavner [email protected] wrote:
|
It is easy enough to release them all at once--and given the pace of releases, it does make sense. The challenge has been that the main project is built with maven while the play module uses sbt. It's simply a workflow issue (on my part) which hasn't ensure they're all done at once. I think the short term solution is to use a maven plugin to ensure the play2 module is built, which will keep it compiling. The tests in the play2 module need some love, and the deploy process needs to be more consistent. There will be (hopefully) a time where they don't all update at once. |
Hi, just released 1.3.3, so your dependencies should be updated as such:
I'm going to get the versions back in sync by releasing swagger-core-1.3.4 next, skipping swagger-core-1.3.3. |
Was this intended? Why doesn't it use the 1.3.2 versions?
Requiring "com.wordnik" % "swagger-play2_2.10" % "1.3.2" pulls in http://repo.typesafe.com/typesafe/repo/com/wordnik/swagger-play2_2.10/1.3.2/swagger-play2_2.10-1.3.2.jar
swagger-annotations-1.3.1.jar
swagger-core_2.10-1.3.1.jar [16-Jan-2014]
swagger-jaxrs_2.10-1.3.1.jar
swagger-play2_2.10-1.3.2.jar [03-Dec-2013]
The text was updated successfully, but these errors were encountered: