Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 22, 2024
1 parent b194a4f commit 1cf1406
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -520,16 +520,18 @@ lazy val compiler = crossProject(JSPlatform, JVMPlatform, NativePlatform)
commonSettings,
shadedDependencies += "org.scalameta" %%% "scalameta" % "4.10.2" cross (CrossVersion.for3Use2_13),
libraryDependencies ++= Seq(
("org.scalameta" %%% "scalameta" % "4.10.2").cross(CrossVersion.for3Use2_13).exclude (
"org.jline",
"jline"
).exclude("com.lihaoyi", "sourcecode_2.13").exclude("com.lihaoyi", "sourcecode_sjs1_2.13").exclude(
"com.lihaoyi",
"sourcecode_native0.5_2.13"
).exclude("com.lihaoyi", "fastparse_2.13").exclude("com.lihaoyi", "fastparse_sjs1_2.13").exclude (
"com.lihaoyi",
"fastparse_native0.5_2.13"
),
("org.scalameta" %%% "scalameta" % "4.10.2")
.cross(CrossVersion.for3Use2_13)
.exclude("org.jline", "jline")
.exclude("com.lihaoyi", "sourcecode_2.13")
.exclude("com.lihaoyi", "sourcecode_sjs1_2.13")
.exclude("com.lihaoyi", "sourcecode_native0.5_2.13")
.exclude("com.lihaoyi", "fastparse_2.13")
.exclude("com.lihaoyi", "fastparse_sjs1_2.13")
.exclude("com.lihaoyi", "fastparse_native0.5_2.13")
.exclude("org.scalameta", "parsers_2.13")
.exclude("org.scalameta", "parsers_sjs1_2.13")
.exclude("org.scalameta", "parsers_native0.5_2.13"),
"com.lihaoyi" %%% "sourcecode" % "0.4.3-M1", // for scalameta
// dependency of scalameta
"org.scala-lang" % "scalap" % scala2Version exclude (
Expand Down

0 comments on commit 1cf1406

Please sign in to comment.