From 57a1c1fc9a6dcecea027cbdb384f02e0740dfc33 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Fri, 20 Dec 2024 20:40:14 +0100 Subject: [PATCH] Remove cats-parse VersionScheme.Always We used to depend on scala-uri which depends on an old version of cats-parse. But it seems we don't depend on it any more, so this is not necessary any more. --- build.sbt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.sbt b/build.sbt index d2a513e243347..0531e24e350d8 100644 --- a/build.sbt +++ b/build.sbt @@ -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,