Skip to content

Commit

Permalink
Merge pull request #16634 from lenguyenthanh/remove-cats-parse-scheme
Browse files Browse the repository at this point in the history
Remove cats-parse VersionScheme.Always
  • Loading branch information
lenguyenthanh authored Dec 20, 2024
2 parents 7738fd9 + 57a1c1f commit 81d8cd5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ Compile / sourceDirectory := baseDirectory.value / "app"
Compile / scalaSource := baseDirectory.value / "app"
Universal / sourceDirectory := baseDirectory.value / "dist"

// cats-parse v1.0.0 is the same as v0.3.1, so this is safe
ThisBuild / libraryDependencySchemes ++= Seq(
"org.typelevel" %% "cats-parse" % VersionScheme.Always
)

// format: off
libraryDependencies ++= akka.bundle ++ playWs.bundle ++ macwire.bundle ++ scalalib.bundle ++ chess.bundle ++ Seq(
play.json, play.logback, compression, hasher,
Expand Down

0 comments on commit 81d8cd5

Please sign in to comment.