Skip to content

Commit

Permalink
exclude org.slf4j slf4j-api (#38)
Browse files Browse the repository at this point in the history
* fix: exclude org.slf4j slf4j-api

* fix: scalafmt

Co-authored-by: s.g.danilov <[email protected]>
  • Loading branch information
s-danilov and s.g.danilov authored Aug 9, 2022
1 parent 5d9fd7e commit ad99c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
"io.gatling" % "gatling-test-framework" % gatlingVersion % "provided",
)

lazy val hikari = "com.zaxxer" % "HikariCP" % "5.0.1"
lazy val hikari = "com.zaxxer" % "HikariCP" % "5.0.1" exclude ("org.slf4j", "slf4j-api")
lazy val h2jdbc = "com.h2database" % "h2" % "2.1.214" % Test

}

0 comments on commit ad99c9d

Please sign in to comment.