Skip to content

Commit

Permalink
Add an explicit dependency on log4cats in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Apr 3, 2024
1 parent c363777 commit fd61fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ val versions = new {
val armeria = "1.27.2"
val fs2 = "3.10.2"
val http4s = "1.0.0-M41"
val log4cats = "2.6.0"
val logback = "1.2.13"
val micrometer = "1.9.2"
val munit = "0.7.29"
Expand Down Expand Up @@ -52,6 +53,7 @@ lazy val server = project
"com.linecorp.armeria" % "armeria" % versions.armeria,
"co.fs2" %% "fs2-reactive-streams" % versions.fs2,
"org.http4s" %% "http4s-server" % versions.http4s,
"org.typelevel" %% "log4cats-slf4j" % versions.log4cats % Test,
"ch.qos.logback" % "logback-classic" % versions.logback % Test,
"org.http4s" %% "http4s-dsl" % versions.http4s % Test
) ++ munit
Expand Down

0 comments on commit fd61fd6

Please sign in to comment.