Skip to content

Commit

Permalink
jsdsl: build: Remove erroneous library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jul 31, 2015
1 parent 6487b6c commit 8da3d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reactive-jsdsl/build.sbt
Expand Up @@ -5,4 +5,3 @@ description := "Type safe DSL for constructing javascript expressions and statem
libraryDependencies += "net.liftweb" %% "lift-util" % "2.6.2" exclude("ch.qos.logback","logback-classic")

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.5" % "test"
libraryDependencies += "org.scala-lang" % "scala-reflect" % "2.11.7" % "test"

0 comments on commit 8da3d6e

Please sign in to comment.