Skip to content

Commit

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

/**
* Test Dependencies
Expand Down

0 comments on commit 1735d29

Please sign in to comment.