Skip to content

Commit

Permalink
remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg authored Oct 31, 2024
1 parent 19a2316 commit 5eea922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ lazy val zioHttpGen = (project in file("zio-http-gen"))
scalafmt.cross(CrossVersion.for3Use2_13),
scalametaParsers
.cross(CrossVersion.for3Use2_13)
.exclude("org.scala-lang.modules", "scala-collection-compat_2.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 5eea922

Please sign in to comment.