Skip to content

Commit

Permalink
Remove log4cats noop dependency (#85)
Browse files Browse the repository at this point in the history
As it is moved to core module:
typelevel/log4cats#778
  • Loading branch information
lenguyenthanh authored May 4, 2024
2 parents 10c89d5 + 91e0e41 commit aa00231
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ val commonSettings = Seq(
catsEffect,
fs2,
log4Cats,
log4CatsNoop,
weaver,
weaverScalaCheck
)
Expand Down
2 changes: 0 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ object Dependencies {

val ducktape = "io.github.arainko" %% "ducktape" % "0.2.0"

val log4CatsNoop = "org.typelevel" %% "log4cats-noop" % "2.7.0" % Test

val gatlingTestFramework = "io.gatling" % "gatling-test-framework" % V.gatling % Test
val gatlingHighCharts = "io.gatling.highcharts" % "gatling-charts-highcharts" % V.gatling % Test

Expand Down

0 comments on commit aa00231

Please sign in to comment.