Skip to content

Commit

Permalink
Add missing util-stats dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Nov 25, 2014
1 parent 143dd84 commit 64a8f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -264,7 +264,7 @@ object Util extends Build {
sharedSettings
).settings(
name := "util-logging"
).dependsOn(utilCore, utilApp)
).dependsOn(utilApp, utilCore, utilStats)

lazy val utilStats = Project(
id = "util-stats",
Expand Down

0 comments on commit 64a8f4e

Please sign in to comment.