Skip to content

Commit f062cd3

Browse files
committed
try to exclude fansi_2.13 when using scala3
re com-lihaoyi/Ammonite#1241
1 parent 3441d8b commit f062cd3

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
@@ -63,6 +63,12 @@ createDistribution := {
6363
distributionFile
6464
}
6565

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

0 commit comments

Comments
 (0)