Skip to content

Commit

Permalink
Revert this commit once Trireme 0.7.3 is released and there is an upd…
Browse files Browse the repository at this point in the history
…ated js-engine with that dependency. We are using our own publishing of Trireme as we need the patch at apigee/trireme#51 quickly.
  • Loading branch information
huntc committed Apr 7, 2014
1 parent 959fd2b commit 2d3bf69
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositori
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3-SNAPSHOT")

addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0-M2a")
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0-M2a")


// FIXME: override provided here to fix a problem related to jdk6:
// https://github.com/apigee/trireme/pull/51
// Remove this dependency on Trireme once the PR is merged and 0.7.3 is released
// (will also require an updated js-engine of course.
libraryDependencies += "io.apigee.trireme" % "trireme-core" % "0.7.3-play23M1"

0 comments on commit 2d3bf69

Please sign in to comment.