Skip to content

Commit

Permalink
Fix use of slf4j so that leon-web works.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Apr 20, 2016
1 parent 25a5d2c commit 9c824b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9c824b6

Please sign in to comment.