Skip to content

Commit

Permalink
Add an explicit dependency on log4cats in blaze-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Apr 4, 2024
1 parent 73129bc commit 5633e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ lazy val examples = Project("blaze-examples", file("examples"))
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-circe" % http4sVersion,
"io.circe" %% "circe-generic" % "0.14.6",
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion % Test,
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion,
),
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
)
Expand Down

0 comments on commit 5633e7e

Please sign in to comment.