Skip to content

Commit

Permalink
Update pprint to 0.9.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 12, 2024
1 parent 8ff43da commit 0d351b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val core = crossProject(JVMPlatform)
.cross(CrossVersion.for3Use2_13),
("com.lihaoyi" %% "sourcecode" % "0.3.1" % Test)
.cross(CrossVersion.for3Use2_13),
("com.lihaoyi" %% "pprint" % "0.8.1" % Test)
("com.lihaoyi" %% "pprint" % "0.9.0" % Test)
.cross(CrossVersion.for3Use2_13)
),
buildInfoKeys := Seq[BuildInfoKey](ThisBuild / baseDirectory),
Expand Down

0 comments on commit 0d351b9

Please sign in to comment.