diff --git a/build.sbt b/build.sbt index 618d4f2bab69b8b23f9ddf54210c8736f1ac4918..53ddafcf834bc6e50000d6c73947e10deac627c3 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % "2.3.4", "info.hupel" %% "libisabelle" % libisabelleVer, "info.hupel" %% "libisabelle-setup" % libisabelleVer, - "info.hupel" %% "slf4j-impl-helper" % "0.1", + "info.hupel" %% "slf4j-impl-helper" % "0.1" % "optional", "org.ow2.asm" % "asm-all" % "5.0.4", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.0-rc2"//, //"com.regblanc" %% "scala-smtlib" % "0.2"