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

Update pprint to 0.5.8 #1288

Merged
merged 1 commit into from Jan 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -219,7 +219,7 @@ lazy val mtags = project
crossSetting(
scalaVersion.value,
if211 = List("com.lihaoyi" %% "pprint" % "0.5.4"),
otherwise = List("com.lihaoyi" %% "pprint" % "0.5.7")
otherwise = List("com.lihaoyi" %% "pprint" % "0.5.8")
)
},
buildInfoPackage := "scala.meta.internal.mtags",
Expand Down Expand Up @@ -282,7 +282,7 @@ lazy val metals = project
"com.outr" %% "scribe" % "2.7.10",
"com.outr" %% "scribe-slf4j" % "2.7.10", // needed for flyway database migrations
// for debugging purposes, not strictly needed but nice for productivity
"com.lihaoyi" %% "pprint" % "0.5.7",
"com.lihaoyi" %% "pprint" % "0.5.8",
// For exporting Pants builds.
"com.lihaoyi" %% "ujson" % "0.9.6",
"ch.epfl.scala" %% "bloop-config" % V.bloop,
Expand Down