Skip to content

Commit

Permalink
bump pprint to 0.5.7 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Dec 23, 2019
1 parent 2c86d72 commit 89a1787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ object amm extends Cross[MainModule](fullCrossScalaVersions:_*){
class UtilModule(val crossScalaVersion: String) extends AmmModule{
def moduleDeps = Seq(ops())
def ivyDeps = Agg(
ivy"com.lihaoyi::pprint:0.5.6",
ivy"com.lihaoyi::pprint:0.5.7",
ivy"com.lihaoyi::fansi:0.2.7",
)
def compileIvyDeps = Agg(
Expand Down

0 comments on commit 89a1787

Please sign in to comment.