Skip to content

Commit

Permalink
Update pprint to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Apr 15, 2024
1 parent f105494 commit 7e650bf
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 @@ -78,7 +78,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 7e650bf

Please sign in to comment.