Skip to content

Commit

Permalink
Merge pull request #158 from scala-steward/update/pprint-0.7.3
Browse files Browse the repository at this point in the history
Update pprint to 0.7.3
  • Loading branch information
fwbrasil authored Jan 16, 2024
2 parents 19f5094 + 4af71c1 commit b470a18
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.11",
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 b470a18

Please sign in to comment.