Skip to content

Commit

Permalink
Upgrade to DW 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Mar 26, 2011
1 parent 8bd5c08 commit 0963407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/DropWizardExampleProject.scala
Expand Up @@ -24,7 +24,7 @@ class DropWizardExampleProject(info: ProjectInfo) extends DefaultProject(info)
/**
* Service Dependencies
*/
val dropWizard = "com.yammer" %% "dropwizard" % "0.0.2-SNAPSHOT"
val dropWizard = "com.yammer" %% "dropwizard" % "0.0.2"

/**
* Test Dependencies
Expand Down

0 comments on commit 0963407

Please sign in to comment.