Skip to content

Commit

Permalink
Remove munit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 9, 2023
1 parent bd6e144 commit 92f396e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ lazy val app = project
redis,
circeLiteral,
chessTestKit,
munit,
munitScalacheck,
weaver,
weaverScalaCheck,
testContainers,
Expand Down
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ object Dependencies {
val kamon = "2.5.11"
val kamonAgent = "1.0.18"
val chess = "15.6.11"
val munit = "1.0.0-M10"
val catsEffect = "3.5.2"
}

Expand Down Expand Up @@ -47,8 +46,6 @@ object Dependencies {

val chessTestKit = "org.lichess" %% "scalachess-test-kit" % V.chess % Test
val log4CatsNoop = "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test
val munit = "org.scalameta" %% "munit" % V.munit % Test
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % V.munit % Test
val testContainers = "com.dimafeng" %% "testcontainers-scala-core" % "0.41.0" % Test
val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.3" % Test
val weaverScalaCheck = "com.disneystreaming" %% "weaver-scalacheck" % "0.8.3" % Test
Expand Down

0 comments on commit 92f396e

Please sign in to comment.