Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 22, 2024
1 parent 8557278 commit c8f8201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ThisBuild / versionScheme := Some("early-semver")
import scala.sys.process.*
import scala.util.chaining.*

// Workaround for https://github.com/coursier/coursier/issues/2001
// from https://github.com/coursier/coursier/issues/2001#issuecomment-2556556628
def jsoniterFix(deps: Seq[ModuleID]) =
deps.map(
_.exclude("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_3")
Expand Down

0 comments on commit c8f8201

Please sign in to comment.