Skip to content

Commit

Permalink
Merge pull request #2818 from tgodzik/add-pprint
Browse files Browse the repository at this point in the history
Update pprint to newest version
  • Loading branch information
tgodzik authored May 24, 2021
2 parents 8bf50c7 + c424242 commit 195e881
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,7 @@ val mtagsSettings = List(
// NOTE(olafur) pprint is indispensable for me while developing, I can't
// use println anymore for debugging because pprint.log is 100 times better.
else
crossSetting(
scalaVersion.value,
if211 = List("com.lihaoyi" %% "pprint" % "0.6.5"),
ifLaterThan211 = List("com.lihaoyi" %% "pprint" % "0.6.2"),
if3 = List(
("com.lihaoyi" %% "pprint" % "0.6.2")
.cross(CrossVersion.for3Use2_13)
)
)
List("com.lihaoyi" %% "pprint" % "0.6.6")
},
buildInfoPackage := "scala.meta.internal.mtags",
buildInfoKeys := Seq[BuildInfoKey](
Expand Down

0 comments on commit 195e881

Please sign in to comment.