We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9ed6d commit 86f60e6Copy full SHA for 86f60e6
project/Dependencies.scala
@@ -6,5 +6,5 @@ object Dependencies {
6
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
7
val scopt = "com.github.scopt" %% "scopt" % "4.0.1"
8
val liftJson = "net.liftweb" %% "lift-json" % "2.6.3"
9
- val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.33"
+ val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.35"
10
}
0 commit comments