diff --git a/build.sbt b/build.sbt index ccdea88..9eca59d 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ libraryDependencies ++= "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1" :: "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" :: "org.scalatest" %% "scalatest-funsuite" % "3.2.15" % Test :: - "ch.qos.logback" % "logback-classic" % "1.2.11" % Test :: + "ch.qos.logback" % "logback-classic" % "1.4.5" % Test :: Nil // Do not include src/{main,test}/java in the configuration, to avoid having sbt-eclipse generate them empty