diff --git a/build.sbt b/build.sbt index 859caf7..706c434 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ libraryDependencies ++= "org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0" :: "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" :: "org.scalatest" %% "scalatest-funsuite" % "3.2.16" % Test :: - "ch.qos.logback" % "logback-classic" % "1.2.11" % Test :: + "ch.qos.logback" % "logback-classic" % "1.4.9" % Test :: Nil // Do not include src/{main,test}/java in the configuration, to avoid having sbt-eclipse generate them empty