Skip to content

Commit

Permalink
downgrade log libs to work with java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-zlai committed Nov 12, 2024
1 parent f632d26 commit b75aded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ lazy val service = (project in file("service"))
"io.vertx" % "vertx-core" % "4.5.10",
"io.vertx" % "vertx-web" % "4.5.10",
"io.vertx" % "vertx-config" % "4.5.10",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"org.slf4j" % "slf4j-api" % "2.0.12",
"ch.qos.logback" % "logback-classic" % "1.2.11",
"org.slf4j" % "slf4j-api" % "1.7.36",
"com.typesafe" % "config" % "1.4.3",
// force netty versions -> without this we conflict with the versions pulled in from
// our online module's spark deps which causes the web-app to not serve up content
Expand Down

0 comments on commit b75aded

Please sign in to comment.