We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690ba71 commit e143442Copy full SHA for e143442
project/Build.scala
@@ -719,7 +719,7 @@ object Build {
719
"org.jline" % "jline-terminal" % "3.29.0",
720
"org.jline" % "jline-terminal-jni" % "3.29.0", // needed for Windows
721
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
722
- "com.lihaoyi" %% "pprint" % "0.9.3",
+ ("com.lihaoyi" %% "pprint" % "0.9.3").exclude("org.scala-lang", "*"),
723
),
724
725
// For convenience, change the baseDirectory when running the compiler
0 commit comments