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

Migration to Scala 2.11, scalatest 2.2 and Intellij IDEA 14 #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nietaki
Copy link

@nietaki nietaki commented Jan 4, 2015

When I cloned the repository I had problems opening it with current Intellij IDEA, so I made a couple of changes to keep the repository up to date

  1. removed the reference to gen-idea, which didn't resolve anymore and isn't needed, since IDEA 14 supports build.sbt - based projects better than it used to with gen-idea in previous versions
  2. updated scalatest to 2.2.1, fixing the deprecated code
  3. updated scala to 2.11 and added the parser combinators module and fixed the deprecated code
  4. removed the .idea and .idea_modules directories which weren't necessary and actually messed with IDEA a bit

Now all the libraries are up-to-date and to open the project in IDEA one just needs to go to File -> Import Project... and browse to build.sbt. Everything should work straight out-of-the-box, unit tests included.

This could probably be done in less than 5 commits, but I didn't want to waste time squashing, reverting and so on...

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

Successfully merging this pull request may close these issues.

1 participant