Skip to content

Commit

Permalink
Merge pull request yahoo#185 from jamesward/patch-1
Browse files Browse the repository at this point in the history
Bump dustjs-linkedin to avoid missing requirejs config warnings
  • Loading branch information
patelh committed Feb 7, 2016
2 parents 1b45af1 + 40779d7 commit 3ef1568
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 @@ -27,7 +27,7 @@ libraryDependencies ++= Seq(
"org.webjars" % "jquery" % "2.1.4",
"org.webjars" % "backbonejs" % "1.2.3",
"org.webjars" % "underscorejs" % "1.8.3",
"org.webjars" % "dustjs-linkedin" % "2.6.1",
"org.webjars" % "dustjs-linkedin" % "2.6.1-1",
"org.apache.curator" % "curator-framework" % "2.9.1" exclude("log4j","log4j") exclude("org.slf4j", "slf4j-log4j12") force(),
"org.apache.curator" % "curator-recipes" % "2.9.1" exclude("log4j","log4j") exclude("org.slf4j", "slf4j-log4j12") force(),
"org.json4s" %% "json4s-jackson" % "3.2.11",
Expand Down

0 comments on commit 3ef1568

Please sign in to comment.