We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e528fc9 + ea08ed0 commit c021fdbCopy full SHA for c021fdb
1 file changed
project/Dependencies.scala
@@ -84,7 +84,7 @@ object Dependencies {
84
lazy val scalatest = "org.scalatest" %% "scalatest" % "2.1.3" % "test"
85
lazy val junit = "junit" % "junit" % "4.8.2" % "test"
86
87
- lazy val jquery = "org.webjars.bower" % "jquery" % "1.11.3"
88
- lazy val jasmineCore = "org.webjars.bower" % "jasmine-core" % "2.4.1"
89
- lazy val jasmineAjax = "org.webjars.bower" % "jasmine-ajax" % "3.2.0"
+ lazy val jquery = "org.webjars.bower" % "jquery" % "1.11.3" % "provided"
+ lazy val jasmineCore = "org.webjars.bower" % "jasmine-core" % "2.4.1" % "provided"
+ lazy val jasmineAjax = "org.webjars.bower" % "jasmine-ajax" % "3.2.0" % "provided"
90
}
0 commit comments