Skip to content

Commit

Permalink
Merge pull request #197 from scala-steward/update/pprint-0.8.1
Browse files Browse the repository at this point in the history
Update pprint to 0.8.1
  • Loading branch information
carueda authored Jan 10, 2023
2 parents 52e9ded + 434985d commit 116e772
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 @@ -12,7 +12,7 @@ buildInfoPackage := "tscfg"
libraryDependencies ++= Seq(
"com.outr" %% "scribe" % "3.10.6",
"com.typesafe" % "config" % "1.4.2",
"com.lihaoyi" %% "pprint" % "0.8.0",
"com.lihaoyi" %% "pprint" % "0.8.1",
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"com.google.code.gson" % "gson" % "2.10.1"
)
Expand Down

0 comments on commit 116e772

Please sign in to comment.