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 1cc2b73 commit ee5b06eCopy full SHA for ee5b06e
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.32"
+ val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.33"
10
}
0 commit comments