Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Compile the project against Play 2.4.0-RC3 to fix binary incompatibil… #36

Merged
merged 1 commit into from May 27, 2015
Merged

Conversation

raelg
Copy link

@raelg raelg commented May 14, 2015

…ities introduced in new Play version #35

@raelg
Copy link
Author

raelg commented May 14, 2015

This was not as simple as I initially expected. Working on fixing the tests.


libraryDependencies ++= Seq(
"com.googlecode.htmlcompressor" % "htmlcompressor" % "1.5.2",
"rhino" % "js" % "1.7R2"
)

lazy val root = (project in file(".")).enablePlugins(PlayScala)
libraryDependencies += specs2 % Test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please could you add this dependency to the dependency list above.

@akkie
Copy link
Contributor

akkie commented May 15, 2015

Thanks for your work on this. Looks good to me expect the parts I've commented. Could you please squash the commits into a single commit after you have updated the changes.

"rhino" % "js" % "1.7R2"
"rhino" % "js" % "1.7R2",
specs2 % Test,
"org.easytesting" % "fest-assert" % "1.4" % Test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought this is not needed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency appears to have been removed from the default set

akkie added a commit that referenced this pull request May 27, 2015
Compile the project against Play 2.4.0-RC3 to fix binary incompatibil…
@akkie akkie merged commit 930f465 into mohiva:master May 27, 2015
@akkie
Copy link
Contributor

akkie commented May 27, 2015

@raelg Thanks! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants