Skip to content

Commit

Permalink
Update pprint to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2024
1 parent 296e229 commit 4af71c1
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 @@ -103,7 +103,7 @@ lazy val `kyo-core-settings` = `kyo-settings` ++ Seq(
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.9",
libraryDependencies += "org.jctools" % "jctools-core" % "4.0.2",
libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.1",
libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.7.0",
libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.7.3",
libraryDependencies += "dev.zio" %%% "zio-test" % zioVersion % Test,
libraryDependencies += "dev.zio" %%% "zio-test-magnolia" % zioVersion % Test,
libraryDependencies += "dev.zio" %%% "zio-test-sbt" % zioVersion % Test,
Expand Down

0 comments on commit 4af71c1

Please sign in to comment.