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 da6954f commit 0e14414Copy full SHA for 0e14414
project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
37
val jRubyComplete = "org.jruby" % "jruby-complete" % "10.0.0.1"
38
val junit = "junit" % "junit" % "4.13.2"
39
val karafShell = "org.apache.karaf.shell" % "org.apache.karaf.shell.console" % "4.4.8"
40
- val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.3.15"
+ val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.3.16"
41
val osgiCore = "org.osgi" % "org.osgi.core" % "6.0.0"
42
val rhinoCoffeeScript = "tv.cntt" % "rhinocoffeescript" % "1.12.7"
43
val scalamd = ("org.scalatra.scalate" %% "scalamd" % "1.8.0")
0 commit comments