Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 23, 2023
1 parent 2405f17 commit 3c465cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ lazy val app = project
catsEffect,
chess,
circeCore,
circeGeneric,
circeParser,
cirisCore,
cirisHtt4s,
fs2,
Expand All @@ -36,7 +34,6 @@ lazy val app = project
logback,
redis,
chessTestKit,
monocleCore,
munit,
munitScalacheck,
weaver,
Expand Down
10 changes: 3 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ object Dependencies {

val chess = "org.lichess" %% "scalachess" % V.chess

val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.0"

val fs2 = "co.fs2" %% "fs2-core" % V.fs2
val fs2IO = "co.fs2" %% "fs2-io" % V.fs2
val fs2 = "co.fs2" %% "fs2-core" % V.fs2

val circeCore = circe("core")
val circeParser = circe("parser")
val circeGeneric = circe("generic")
val circeLiteral = circe("literal") % Test

val cirisCore = "is.cir" %% "ciris" % V.ciris
Expand All @@ -50,7 +47,6 @@ object Dependencies {
val redis = "io.chrisdavenport" %% "rediculous" % "0.5.1"

val chessTestKit = "org.lichess" %% "scalachess-test-kit" % V.chess % Test
val monocleCore = "dev.optics" %% "monocle-core" % "3.2.0" % Test
val log4CatsNoop = "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test
val testContainers = "com.dimafeng" %% "testcontainers-scala-redis" % "0.41.0" % Test
val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.3" % Test
Expand Down

0 comments on commit 3c465cd

Please sign in to comment.