Skip to content

Commit

Permalink
build(deps): Update pprint from 0.8.1 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 cfcc3b6 commit ab8ff3f
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 ab8ff3f

Please sign in to comment.