Skip to content

Commit

Permalink
Update pprint to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-yyu[bot] committed Sep 16, 2023
1 parent 619352f commit a75f94c
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 @@ -59,7 +59,7 @@ lazy val featherweightGoCore = (crossProject(JVMPlatform, JSPlatform).crossType(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2",
"org.scalatest" %%% "scalatest" % "3.2.17" % "test",
"com.lihaoyi" %%% "pprint" % "0.6.6"
"com.lihaoyi" %%% "pprint" % "0.8.1"
)
)
.settings(publishSettings)
Expand Down

0 comments on commit a75f94c

Please sign in to comment.