Skip to content

Commit

Permalink
chore(deps): specify log4cats
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Oct 22, 2023
1 parent ad81022 commit 939af1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ object Dependencies {
val jwtScalaVersion = "9.4.3"
val flywayVersion = "9.22.2"
val http4sVersion = "1.0.0-M40"
val log4catsVersion = "2.6.0"

val dependencies = Seq(
"com.typesafe" % "config" % "1.4.2",
// NOTE: doobie 1.0.0-RC4 and http4s 1.0.0-M40 dependes on cats-effect 3.5.1
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.typelevel" %% "log4cats-core" % log4catsVersion,
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-ember-server" % http4sVersion,
"org.http4s" %% "http4s-ember-client" % http4sVersion % Test,
Expand Down

0 comments on commit 939af1b

Please sign in to comment.