Skip to content

Commit e143442

Browse files
committed
.
1 parent 690ba71 commit e143442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ object Build {
719719
"org.jline" % "jline-terminal" % "3.29.0",
720720
"org.jline" % "jline-terminal-jni" % "3.29.0", // needed for Windows
721721
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
722-
"com.lihaoyi" %% "pprint" % "0.9.3",
722+
("com.lihaoyi" %% "pprint" % "0.9.3").exclude("org.scala-lang", "*"),
723723
),
724724

725725
// For convenience, change the baseDirectory when running the compiler

0 commit comments

Comments
 (0)