Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Remove jansi dependency override
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Jul 12, 2013
1 parent 2eff257 commit d0b873a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/SbtRepublish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ object SbtRepublish extends Build {
settings = buildSettings ++ assemblySettings ++ Seq(
libraryDependencies <+= originalSbtVersion { "org.scala-sbt" % "compiler-integration" % _ % Deps.name },
libraryDependencies <+= scalaVersion { "org.scala-lang" % "scala-compiler" % _ },
// fix clash between jansi bundled with jline and jansi dependency from sbt
libraryDependencies += "org.fusesource.jansi" % "jansi" % "1.11" % Deps.name,
managedClasspath in Deps <<= (classpathTypes, update) map { (types, up) => Classpaths.managedJars(Deps, types, up) },
fullClasspath in assembly <<= managedClasspath in Deps,
assembleArtifact in packageScala := false,
Expand Down

0 comments on commit d0b873a

Please sign in to comment.