Skip to content

Commit

Permalink
Revert scalameta to Compile dependency but exclude sourcecode
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg authored Oct 31, 2024
1 parent c56951e commit 19a2316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,10 @@ lazy val zioHttpGen = (project in file("zio-http-gen"))
`zio-test-sbt`,
`zio-config`,
scalafmt.cross(CrossVersion.for3Use2_13),
(scalametaParsers % Test)
scalametaParsers
.cross(CrossVersion.for3Use2_13)
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
.exclude("com.lihaoyi", "sourcecode_2.13"),
`zio-json-yaml` % Test,
),
)
Expand Down

0 comments on commit 19a2316

Please sign in to comment.