Skip to content

Commit 9d8f03a

Browse files
authored
Merge pull request #136 from scala-steward/update/pprint-0.9.5
Update pprint to 0.9.5
2 parents e391f32 + 0ec01f1 commit 9d8f03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val core: Project = Project("core", file("core")).settings(
3131
libraryDependencies ++= List(
3232
"org.typelevel" %% "cats-core" % "2.13.0",
3333
"org.typelevel" %% "alleycats-core" % "2.13.0",
34-
"com.lihaoyi" %% "pprint" % "0.9.4"
34+
"com.lihaoyi" %% "pprint" % "0.9.5"
3535
)
3636
)
3737

0 commit comments

Comments
 (0)