Skip to content

Commit

Permalink
Merge pull request #2320 from scalacenter/update/pprint-0.9.0
Browse files Browse the repository at this point in the history
build(deps): Update pprint from 0.8.1 to 0.9.0
  • Loading branch information
tgodzik authored Apr 15, 2024
2 parents cfcc3b6 + ab8ff3f commit f6661a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object Dependencies {
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14"

val utest = "com.lihaoyi" %% "utest" % "0.8.2"
val pprint = "com.lihaoyi" %% "pprint" % "0.8.1"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val junit = "com.github.sbt" % "junit-interface" % junitVersion
val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion
val difflib = "com.googlecode.java-diff-utils" % "diffutils" % difflibVersion
Expand Down

0 comments on commit f6661a1

Please sign in to comment.