Skip to content

Commit d6e8b14

Browse files
chore(deps): update dependency com.lihaoyi:pprint to v0.9.5
1 parent ddaf876 commit d6e8b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val ZIOSchema = "dev.zio" %% "zio-schema" % zioSchemaVersion
1111
val ZIOSchemaJson = "dev.zio" %% "zio-schema-json" % zioSchemaVersion
1212
val ZIOSchemaDerivation = "dev.zio" %% "zio-schema-derivation" % zioSchemaVersion
13-
val PPrint = "com.lihaoyi" %% "pprint" % "0.8.1"
13+
val PPrint = "com.lihaoyi" %% "pprint" % "0.9.5"
1414
val ZIOParser = "dev.zio" %% "zio-parser" % "0.1.8"
1515
val Caliban = "com.github.ghostdogpr" %% "caliban" % "2.0.1"
1616
val Netty = Seq(

0 commit comments

Comments
 (0)