Skip to content

Commit

Permalink
Merge pull request #119 from scalacenter/update/pprint-0.9.0
Browse files Browse the repository at this point in the history
Update pprint to 0.9.0
  • Loading branch information
danicheg authored May 12, 2024
2 parents d388830 + 7e650bf commit 8641189
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 @@ -89,7 +89,7 @@ lazy val plugin = project
fullCrossVersionSettings,
name := "scalac-profiling",
libraryDependencies ++= List(
"com.lihaoyi" %% "pprint" % "0.8.1",
"com.lihaoyi" %% "pprint" % "0.9.0",
scalaOrganization.value % "scala-compiler" % scalaVersion.value
),
libraryDependencies ++= List(
Expand Down

0 comments on commit 8641189

Please sign in to comment.