Skip to content

Commit 5bb07e0

Browse files
committed
try to exclude fansi_2.13 when using scala3
re com-lihaoyi/Ammonite#1241
1 parent c122bfc commit 5bb07e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ createDistribution := {
6262
distributionFile
6363
}
6464

65+
66+
ThisBuild / excludeDependencies ++= Seq(
67+
// TODO this should only be excluded if the scala version is 3
68+
ExclusionRule("com.lihaoyi", "fansi_2.13"),
69+
)
70+
6571
ThisBuild / resolvers ++= Seq(
6672
Resolver.mavenLocal,
6773
"Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public",

0 commit comments

Comments
 (0)