Skip to content

Commit

Permalink
Remove munit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed May 31, 2024
1 parent 7e720ea commit 0ca9cc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ lazy val app = project
testContainers,
http4sClient,
catsEffectTestKit,
munit,
munitScalaCheck,
scalacheck
),
javaAgents += kamonAgent,
Docker / packageName := "lichess-org/lila-fishnet",
Expand Down
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,4 @@ object Dependencies {
val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test
val weaverScalaCheck = "com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test
val catsEffectTestKit = "org.typelevel" %% "cats-effect-testkit" % V.catsEffect % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
val munit = "org.scalameta" %% "munit" % "1.0.0" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
}

0 comments on commit 0ca9cc2

Please sign in to comment.