Skip to content

Commit

Permalink
Merge pull request #79 from scala-steward/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
sageserpent-open authored Aug 14, 2024
2 parents fe41c9a + cb922f6 commit c2406ca
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 @@ -117,7 +117,7 @@ lazy val settings = Seq(
libraryDependencies += "org.rocksdb" % "rocksdbjni" % "7.1.1",
libraryDependencies += "org.apache.commons" % "commons-text" % "1.10.0",
libraryDependencies += ("com.github.cb372" %% "scalacache-caffeine" % "0.28.0") cross CrossVersion.for3Use2_13,
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.8.1",
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.9.0",
libraryDependencies += "org.typelevel" %% "cats-laws" % "2.7.0" % Test,
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.9" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
Expand Down

0 comments on commit c2406ca

Please sign in to comment.