Skip to content
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

Specs integration fails for Scala 2.9.3 #116

Open
danielyule opened this issue Apr 23, 2013 · 1 comment
Open

Specs integration fails for Scala 2.9.3 #116

danielyule opened this issue Apr 23, 2013 · 1 comment

Comments

@danielyule
Copy link

When trying to develop a Specs2 v1.12.5-SNAPSHOT test using 0.61-SNAPSHOT, running the test fails with a strange class loading error. This version of specs2 is the only one available for Scala 2.9.3. When I downgrade to Scala 2.9.1 and Specs2 v1.8 (which is the version mentioned in blueeyes/core/build.sbt in the 0.6.x branch of the git repo) the problem disappears. I suspect this is because blueeyes is built against Specs2 1.8, and so causes some compatibility problems with the newer versions of Specs2, which are the only ones available for later versions of Scala.

@dcsobral
Copy link
Contributor

I'll take a look at it. 1.12.5 is bound to be released soon, and it would be best if any compatibility problems with it were spotted before it does so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants