Skip to content

Commit

Permalink
Exclude sourcecode properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zainab-ali committed Feb 12, 2024
1 parent ee73987 commit cbf9956
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 @@ -33,7 +33,7 @@ lazy val core = crossProject(JVMPlatform)
"co.fs2" %%% "fs2-core" % "3.9.1",
"co.fs2" %%% "fs2-io" % "3.9.1",
("org.creativescala" %%% "doodle" % "0.20.0")
.excludeAll("com.lihaoyi", "sourcecode"),
.exclude(org = "com.lihaoyi", name = "sourcecode_3"),
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.1",
"org.scalameta" %%% "munit" % "0.7.29" % Test,
Expand Down

0 comments on commit cbf9956

Please sign in to comment.